1void f1(int &);2static void f2() {}3inline void foo() {4 static int i;5 f1(i);6 f2();7}8inline void foo2() {9}10void foo_ext() {}11