Clang Project
clang_source_code
/
test
/
Index
/
skip-parsed-bodies
/
imported.h
1
extern int some_val;
2
3
static inline int imp_foo() {
4
++some_val; return undef_impval;
5
}
6