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


syntax highlighted by Code2HTML, v. 0.9.1