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

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