c++: prvalue of array type [PR111286]
[official-gcc.git] / gcc / testsuite / c-c++-common / torture / attr-noinit-1.c
blobf84eba0b649e20c46a34cdfec0ad916c5059a100
1 /* { dg-do link } */
2 /* { dg-do run { target { vma_equals_lma } } } */
3 /* { dg-require-effective-target noinit } */
4 /* { dg-skip-if "data LMA != VMA" { msp430-*-* } { "-mlarge" } } */
5 /* { dg-options "-save-temps" } */
6 /* { dg-final { scan-assembler ".section\t.noinit,\"aw\"\n" } } */
8 #include "attr-noinit-main.inc"