asm9.C   [plain text]


// PR 27451
// { dg-do compile }

void foo()
{
  asm("" ::: X); // { dg-error "before" }
}