Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / compat / vector-2_main.c
blob37f36fe0eca4a54b599ef576da9b7a4556533c17
1 /* Test compatibility of vector types: layout between separately-compiled
2 modules, parameter passing, and function return. This test uses
3 vectors of floating points values. */
5 extern void vector_2_x (void);
6 extern void exit (int);
7 int fails;
9 int
10 main ()
12 vector_2_x ();
13 exit (0);