[clang-format] Fix a bug in aligning comments above PPDirective (#72791)
[llvm-project.git] / clang / test / Preprocessor / pr2086.h
blobb98b996d6cca68c20f32ea5f852515ba5b541d86
1 #ifndef test
2 #endif
4 #ifdef test
5 #undef test
6 #endif