No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / compat / struct-by-value-4_main.c
blob570eddc5d5e104404df8e8896c4502a50c4a9822
1 /* Test structures passed by value, including to a function with a
2 variable-length argument list. Each struct contains an array
3 of small structs with a single member. */
5 extern void struct_by_value_4_x (void);
6 extern void exit (int);
7 int fails;
9 int
10 main ()
12 struct_by_value_4_x ();
13 exit (0);