teak-llvm/clang/test/Preprocessor/pr2086.h
Lauro Ramos Venancio 8983891531 Fix PR2086.
llvm-svn: 47551
2008-02-25 19:03:15 +00:00

7 lines
52 B
C

#ifndef test
#endif
#ifdef test
#undef test
#endif