2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / compat / struct-return-10_main.c
blobfca68286cfd25ba3df4a92cb2de10ae9db458ef4
1 /* Test function return values. For this test, all struct members are
2 scalar floating point types. */
4 extern void struct_return_10_x (void);
5 extern void exit (int);
6 int fails;
8 int
9 main ()
11 struct_return_10_x ();
12 exit (0);