Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Import / multiple-forward-declarations / test.c
blobfdaaaf6114340a88df23b54f130c83c6eb6fe6f6
1 // RUN: clang-import-test -import %S/Inputs/S1.c --import %S/Inputs/S2.c -expression %s
2 void expr() {
3 struct S *MySPtr;