Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Preprocessor / undef-error.c
blob959c163e031d314c5e12e00d8a89ca1825b6b629
1 // RUN: %clang_cc1 %s -pedantic-errors -Wno-empty-translation-unit -verify
2 // PR2045
4 #define b
5 /* expected-error {{extra tokens at end of #undef directive}} */ #undef a b