PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / pr37303.c
blobbd9f4a8a6c548eb61cda20f11c17d20805d9f594
1 /* { dg-do compile { target *-*-elf* *-*-gnu* } } */
2 /* { dg-options "-std=c99" }
3 /* { dg-final { scan-assembler "rdata|rodata" } } */
5 struct S { const int *x; } s = { (const int[]){1, 2, 3} };