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

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