Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Import / empty-struct / test.c
blobd51a69706dcd837f211692e10402caae1b0ca7bd
1 // RUN: clang-import-test -import %S/Inputs/S.c -expression %s
2 void expr() {
3 struct S MyS;
4 void *MyPtr = &MyS;