1*3552dabfSDouglas Gregor extern int f0(int); 2*3552dabfSDouglas Gregor extern int f1(int); 3*3552dabfSDouglas Gregor static int f2(int); 4*3552dabfSDouglas Gregor static int f3(int); 5*3552dabfSDouglas Gregor 6*3552dabfSDouglas Gregor extern int v0; 7*3552dabfSDouglas Gregor extern int v1; 8*3552dabfSDouglas Gregor static int v2; 9*3552dabfSDouglas Gregor static int v3; 10*3552dabfSDouglas Gregor 11*3552dabfSDouglas Gregor typedef int T0; 12