Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / compat / struct-return-19_main.c
blob65d8365ee135ffba215c702ac1949783c56abfa7
1 /* Test function return values. Struct members are char, int, double,
2 and other structs containing these types. This test was written in
3 response to a layout change for such structs for powerpc64-linux,
4 but this test only checks similar structs that are not affected by
5 that break in compatibility. */
7 extern void struct_return_19_x (void);
8 extern void exit (int);
9 int fails;
11 int
12 main ()
14 struct_return_19_x ();
15 exit (0);