brintos

brintos / llvm-project-archived public Read only

0
0
Text · 354 B · e103c95 Raw
12 lines · c
1// Note: This header file has LF line endings.2// The indentation in some of the conditional inclusion directives below is3// intentional and is required for this test to function as a regression test4// for GH59736.5_Static_assert(__LINE__ == 5, "");6#if 17_Static_assert(__LINE__ == 7, "");8  #if 19  _Static_assert(__LINE__ == 9, "");10  #endif11#endif12