blob: a28e852695f4038cb0484636ee4abccce9a8a80d (
plain)
1
2
3
4
5
6
|
/* PR target/83100 */
/* { dg-do compile } */
/* { dg-options "-O2 -fcommon -fdata-sections" } */
/* { dg-skip-if "-fdata-sections not supported" { hppa*-*-hpux* nvptx-*-* } } */
const int a = 7;
|