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