Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / execute / mod-1.c
blobb460df5cdb12cdea6f91953570bd50d14cb1eed8
1 f (x, y)
3 if (x % y != 0)
4 abort ();
7 main ()
9 f (-5, 5);
10 exit (0);