Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Import / overloaded-function / Inputs / F2.c
blob937efe54d84e0d2f3602f63be07c03f67f208e05
1 struct S { int a; };
3 void f(const char *arg) { }
4 void f(S arg) { }