Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / debug / 20011223-1.c
blobf8d70abcea042a96266e7fe1d971640da7e023a1
1 /* Origin: PR c/5163 from aj@suse.de. */
2 /* { dg-do compile } */
4 extern int bar (int);
6 int
7 foo (void)
9 extern int bar (int);
10 return bar (5);