summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr37303.c
blob: ea0827c91ffb908b24ab2fed531c3d9c1245b422 (plain)
1
2
3
4
5
/* { dg-do compile { target *-*-elf* *-*-linux-gnu* } } */
/* { dg-options "-std=c99" }
/* { dg-final { scan-assembler "rdata|rodata" } } */

struct S { const int *x; } s = { (const int[]){1, 2, 3} };