rt_gccstream/gcc/testsuite/gcc.dg/pr18164.c

9 lines
150 B
C

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