(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
ext/
asm9.C
// PR 27451
// { dg-do compile }

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