Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / 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);