summaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/pr105186.c
blob: ea687eacc4c1b50c033b32ff0a5ddc9407bb9781 (plain)
1
2
3
4
5
/* 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" } */