[clang-format] Fix a bug in aligning comments above PPDirective (#72791)
[llvm-project.git] / clang / test / Import / direct / test.c
blob5fac24c015dcb741a768346ab0ccfc7d3d498434
1 // RUN: clang-import-test -direct -import %S/Inputs/S.c -expression %s
2 void expr() {
3 struct S MyS;
4 MyS.a = 3;