blob: 68e9f8f09ad3a9c82d0d0fae86f574b516a9d2cf [file] [log] [blame]
/* Check that sdata qualification doesn't produce out-of-range relocations
and that compilers agree on the way these declarations are handled. */
extern void sdata_1_x (void);
extern void exit (int);
int
main ()
{
sdata_1_x ();
exit (0);
}