summaryrefslogtreecommitdiff
path: root/tests/syntax/bad/testfile-for5-1.cpp
blob: 303e84319cc692afaa70104c759753da6e77ecd3 (plain) (blame)
1
void m() { for(int i = 0; true; i = 0,) ; }