brintos

brintos / llvm-project-archived public Read only

0
0
Text · 367 B · 0439b88 Raw
12 lines · c
1// Note: This header file has CRLF line endings.
2// The indentation in some of the conditional inclusion directives below is
3// intentional and is required for this test to function as a regression test
4// for GH59736.
5_Static_assert(__LINE__ == 5, "");
6#if 1
7_Static_assert(__LINE__ == 7, "");
8  #if 1
9  _Static_assert(__LINE__ == 9, "");
10  #endif
11#endif
12