aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/20010516-1.c
blob: 7732812cfb1906a7085f012b0c6c465a2f9da6f8 (plain)
1
2
3
4
5
foo()
{
      char d;
      asm volatile ( "" :: "m"(&d));
}