Skip to content

Commit c4766ca

Browse files
committed
[Diagnostic] Add test for previous b4b904e
1 parent a61a632 commit c4766ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)