repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[lld][WebAssembly] Reinstate mistakenly disabled test. NFC
[llvm-project.git]
/
clang
/
test
/
Parser
/
warn-misleading-indentation-fix.cpp
blob
bb84d5337a913dcce966c1c9928eceef65d976df
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