gcc/gcc/testsuite/g++.dg/ext/asm9.C

8 lines
91 B
C

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