aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/section1.c
blob: e907f193b0fe6bac3d0cd99acd96e9d2c2024d71 (plain)
1
2
3
4
5
/* PR optimization/6871 */
/* Constant variables belong in .rodata, not .bss.  */
/* { dg-final { scan-assembler-not "\.bss" } } */

const int i = 0;