rt_gccstream/gcc/testsuite/gcc.dg/pr18725.c

10 lines
164 B
C

/* { dg-do compile } */
/* { dg-options "" } */
void
f (void)
{
int x = 1;
asm ("" : "" (x), "" (x)); /* { dg-error "output operand constraint lacks" } */
}