Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / skip-parsed-bodies / imported.h
blob86673e1231593c523e44be2e93e9d0d9ed09f47d
1 extern int some_val;
3 static inline int imp_foo() {
4 ++some_val; return undef_impval;