]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/section1.c
Package description and copyright added.
[pkg-cerco/acc.git] / tests / GCCTestSuite / section1.c
1 /* PR optimization/6871 */
2 /* Constant variables belong in .rodata, not .bss.  */
3 /* { dg-final { scan-assembler-not "\.bss" } } */
4
5 const int i = 0;