bolt/deps/llvm-18.1.8/clang/test/Frontend/rewrite-includes-mixed-eol-crlf.h
2025-02-14 19:21:04 +01:00

11 lines
367 B
C

// Note: This header file has CRLF line endings.
// The indentation in some of the conditional inclusion directives below is
// intentional and is required for this test to function as a regression test
// for GH59736.
_Static_assert(__LINE__ == 5, "");
#if 1
_Static_assert(__LINE__ == 7, "");
#if 1
_Static_assert(__LINE__ == 9, "");
#endif
#endif