c++: prvalue of array type [PR111286]
[official-gcc.git] / gcc / testsuite / c-c++-common / pr105186.c
blobea687eacc4c1b50c033b32ff0a5ddc9407bb9781
1 /* PR c++/105186 */
2 /* { dg-do compile } */
4 __attribute__((__int128)) int i; /* { dg-warning "'__int128' attribute directive ignored" } */
5 __attribute__((__int128__)) int j; /* { dg-warning "'__int128' attribute directive ignored" } */