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

#define b
#undef a b