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

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