1 /* { dg-do compile { target int128 } } */
2 /* { dg-options "" } */
3 
foo(__int128 x)4 void foo (__int128 x)
5 {
6   __asm__ volatile ("# %0" : : "r" (x));
7 } /* { dg-warning "unsupported size" }  */
8