summaryrefslogtreecommitdiff
path: root/test/Preprocessor/undef-error.c
blob: 959c163e031d314c5e12e00d8a89ca1825b6b629 (plain)
1
2
3
4
5
// RUN: %clang_cc1 %s -pedantic-errors -Wno-empty-translation-unit -verify 
// PR2045

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