blob: 39ca969a5720a9cbf5f4d89c73654eeb3017479f [file] [log] [blame]
/* PR optimization/6871 */
/* Constant variables belong in .rodata, not .bss. */
/* { dg-final { scan-assembler-not "\.bss" { xfail avr-*-*} } } */
const int i = 0;