blob: ab4ed16ce04760fb2a41ab7239cd425255b0d7f8 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-w" } */
void f ()
{
int i __asm__ ("%eax");
__asm__ volatile ("" : "=a" (i));
}