hanchenye-llvm-project/clang/test/Index/skip-parsed-bodies/imported.h

6 lines
89 B
C

extern int some_val;
static inline int imp_foo() {
++some_val; return undef_impval;
}