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