llvm-project/clang/test/Preprocessor/undef-error.c

6 lines
73 B
C

// RUN: not clang %s -pedantic-errors -E
// PR2045
#define b
#undef a b