2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / compat / sdata-1_main.c
blob68e9f8f09ad3a9c82d0d0fae86f574b516a9d2cf
1 /* Check that sdata qualification doesn't produce out-of-range relocations
2 and that compilers agree on the way these declarations are handled. */
4 extern void sdata_1_x (void);
5 extern void exit (int);
7 int
8 main ()
10 sdata_1_x ();
11 exit (0);