No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.c-torture / execute / 20010605-1.c
blobc777af5bdc4ef17c563351bee21a44fb3bc38f77
1 int main ()
3 int v = 42;
5 inline int fff (int x)
7 return x*10;
10 return (fff (v) != 420);