[memprof] Move YAML traits to MemProf.h (NFC) (#118668)
[llvm-project.git] / clang / test / Lexer / Inputs / final-macro.h
blobc616c7b902c0b1661e6167e1ab93266e5445590b
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