blob: 86b61f36b3edb1a6fa47ba3e3ca9242e2b98c253 [file] [log] [blame]
/* PR c++/105186 */
/* { dg-do compile } */
__attribute__((__int128)) int i; /* { dg-warning "'__int128' attribute directive ignored" } */
__attribute__((__int128__)) int j; /* { dg-warning "'int128' attribute directive ignored" } */