llvm-project/clang/test/Preprocessor/pr2086.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
52 B
C
Raw Normal View History

2008-02-26 03:03:15 +08:00
#ifndef test
#endif
#ifdef test
#undef test
#endif