1extern int some_val;
2
3static inline int imp_foo() {
4  ++some_val; return undef_impval;
5}
6