xref: /llvm-project/clang/test/Preprocessor/invalid-__has_warning2.c (revision 50b6ceff1f0648084e0d6edc3038d35892de14ba)
1 // RUN: %clang_cc1 -verify %s
2 
3 // These must be the last lines in this test.
4 // expected-error@+1{{too few arguments}}
5 int i = __has_warning();
6