PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / section1.c
blobe907f193b0fe6bac3d0cd99acd96e9d2c2024d71
1 /* PR optimization/6871 */
2 /* Constant variables belong in .rodata, not .bss. */
3 /* { dg-final { scan-assembler-not "\.bss" } } */
5 const int i = 0;