xref: /minix3/external/bsd/llvm/dist/clang/test/Preprocessor/undef-error.c (revision e985b929927b5932e3b68f4b50587d458900107a)
1 // RUN: %clang_cc1 %s -pedantic-errors -Wno-empty-translation-unit -verify
2 // PR2045
3 
4 #define b
5 /* expected-error {{extra tokens at end of #undef directive}} */ #undef a b
6