aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/20010520-1.c
blob: c96dbc4eee5ae4380eba04abf456fbacf691fd9b (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile { target i?86-*-* } } */
/* { dg-options "-w" } */

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