xref: /llvm-project/clang/test/Lexer/Inputs/final-macro.h (revision 1e48ef20358fb097f43d9b133e33bd23723d79c2)
1 // expected-warning@+2{{macro 'Foo' has been marked as deprecated}}
2 // expected-warning@+1{{macro 'Foo' has been marked as unsafe for use in headers}}
3 #if Foo
4 #endif
5