2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / compat / struct-return-2_main.c
blob22a1f6ef7c89c36884fa98a58e9bdc18e9fb1f88
1 /* Test function return values. This test includes structs that are
2 arrays of unsigned integral scalars. */
4 extern void struct_return_2_x (void);
5 extern void exit (int);
6 int fails;
8 int
9 main ()
11 struct_return_2_x ();
12 exit (0);