blob: d4a6d467aee18d2797888e89defa98fd49c5180f [file] [log] [blame]
/* { dg-do compile { target int128 } } */
/* { dg-options "" } */
void foo (__int128 x)
{
__asm__ volatile ("# %0" : : "r" (x));
} /* { dg-warning "unsupported size" } */