rt_gccstream/gcc/testsuite/gcc.dg/fdata-sections-1.c

10 lines
224 B
C

/* PR middle-end/15486 */
/* Origin: Jonathan Larmour <jifl-bugzilla@jifvik.org> */
/* { dg-do compile { target *-*-linux* } } */
/* { dg-options "-fdata-sections" } */
int x;
/* { dg-final { scan-assembler "comm" } } */