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