blob: bb84d5337a913dcce966c1c9928eceef65d976df [file] [log] [blame]
int main(void) { for( int i = 0; i < 9; i++ ); return 0; }
// the crash only occurs on the first line don't move it.
// RUN: %clang_cc1 -x c -fsyntax-only -Wmisleading-indentation %s