20010516-1.c   [plain text]


foo()
{
      char d;
      __asm volatile ( "" :: "m"(&d)); /* { dg-error "" "non-lvalue" } */
}