aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/20010520-1.c
blob: ab4ed16ce04760fb2a41ab7239cd425255b0d7f8 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-options "-w" } */

void f ()
{
  int i __asm__ ("%eax");
  __asm__ volatile ("" : "=a" (i));
}