summaryrefslogblamecommitdiff
path: root/tests/syntax/bad/testfile-for2-1.cpp
blob: f600997c86cf9e89fbeb112b62b08c05a17eaba0 (plain) (tree)
1
                                            
void m() { int i; for( , i=0; true; i++) ; }