(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
pr105186.c
       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" } */