xref: /minix3/external/bsd/llvm/dist/clang/test/Preprocessor/invalid-__has_warning1.c (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1 // RUN: %clang_cc1 -verify %s
2 
3 // These must be the last lines in this test.
4 // expected-error@+1{{expected string literal}} expected-error@+1 2{{expected}}
5 int i = __has_warning(
6