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