view gcc/testsuite/gcc.dg/compat/sdata-1_main.c @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
line wrap: on
line source

/* 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);
}