[RISCV][FMV] Support target_clones (#85786)
[llvm-project.git] / clang / test / Frontend / rewrite-includes-mixed-eol-crlf.h
blob0439b88b75e2cfb99be8b2d456d9b022db2eabe5
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