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