summaryrefslogtreecommitdiff
path: root/clang/test/Preprocessor/pr2086.h
blob: b98b996d6cca68c20f32ea5f852515ba5b541d86 (about) (plain)
1
2
3
4
5
6
#ifndef test
#endif

#ifdef test
#undef test
#endif