Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.target / i386 / 20010520-1.c
blob97ee32b0b828ee80a2b9480a7a670c6874b1088c
1 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
2 /* { dg-options "-w" } */
4 void f ()
6 int i __asm__ ("%eax");
7 __asm__ volatile ("" : "=a" (i));