Files
clang-p2996/clang/test/Preprocessor/undef-error.c
Daniel Dunbar a45cf5b6b0 Rename clang to clang-cc.
Tests and drivers updated, still need to shuffle dirs.

llvm-svn: 67602
2009-03-24 02:24:46 +00:00

6 lines
143 B
C

// RUN: clang-cc %s -pedantic-errors -verify
// PR2045
#define b
/* expected-error {{extra tokens at end of #undef directive}} */ #undef a b