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