summaryrefslogtreecommitdiff
path: root/clang/test/Preprocessor/undef-error.c
blob: ad611decedda2072a5d122784af62f961a69f843 (about) (plain)
1
2
3
4
5
// RUN: %clang_cc1 %s -pedantic-errors -verify 
// PR2045

#define b
/* expected-error {{extra tokens at end of #undef directive}} */ #undef a b