We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61a632 commit c4766caCopy full SHA for c4766ca
clang/test/Parser/warn-misleading-indentation-fix.cpp
@@ -0,0 +1,3 @@
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
0 commit comments