xref: /llvm-project/clang/test/Preprocessor/Inputs/include-subdir/file_name_macro_include.h (revision bd9748424165c24280ec1b2ddbe4e7522b15dc96)
1 3: __FILE_NAME__
2 4: "file_name_macro_include.h"
3 #ifdef MS
4 // Should be the same even when included with backslash.
5 5: __FILE_NAME__
6 #endif
7