blob: ea687eacc4c1b50c033b32ff0a5ddc9407bb9781 [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" } */