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

const int i = 0;