2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / compat / vector-1_main.c
blob6c995e7c4bb8fb3458effd2f83f3c65e21f8a97b
1 /* Test compatibility of vector types: layout between separately-compiled
2 modules, parameter passing, and function return. This test uses
3 vectors of integer values. */
5 extern void vector_1_x (void);
6 extern void exit (int);
7 int fails;
9 int
10 main ()
12 vector_1_x ();
13 exit (0);