[lld][WebAssembly] Reinstate mistakenly disabled test. NFC
[llvm-project.git] / clang / test / Parser / warn-misleading-indentation-fix.cpp
blobbb84d5337a913dcce966c1c9928eceef65d976df
1 int main(void) { for( int i = 0; i < 9; i++ ); return 0; }
2 // the crash only occurs on the first line don't move it.
3 // RUN: %clang_cc1 -x c -fsyntax-only -Wmisleading-indentation %s