c++: prvalue of array type [PR111286]
[official-gcc.git] / gcc / testsuite / c-c++-common / attr-used-3.c
blob5a6ea991dc4b95c6a8f4b042797e39a64692995d
1 /* { dg-do compile } */
2 /* { dg-options "-Wall -O2 -fcommon" } */
4 static int xyzzy __attribute__((__used__));
6 /* { dg-final { scan-assembler "xyzzy" } } */
7 /* { dg-final { scan-assembler-not ",\"awR\"" { target R_flag_in_section } } } */