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