rt_gccstream/gcc/testsuite/gcc.target/i386/20010520-1.c

11 lines
129 B
C

/* { dg-do compile } */
/* { dg-options "-w" } */
void f ()
{
int i __asm__ ("%eax");
__asm__ volatile ("" : "=a" (i));
}