1 /* PR c++/105186 */
2 /* { dg-do compile } */
3
4 __attribute__((__int128)) int i; /* { dg-warning "'__int128' attribute directive ignored" } */
5 __attribute__((__int128__)) int j; /* { dg-warning "'__int128' attribute directive ignored" } */