bolt/deps/llvm-18.1.8/clang/test/Parser/warn-misleading-indentation-fix.cpp
2025-02-14 19:21:04 +01:00

3 lines
183 B
C++

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