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