1 2 3 4 5 6 7 8 9 10 11 12
/* 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); }