1  /* { dg-do compile } */
       2  /* { dg-options "" } */
       3  void
       4  f (void)
       5  {
       6    int x;
       7    asm ("" :  "" (x)); /* { dg-error "output operand constraint lacks" } */
       8  }
       1  /* { dg-do compile } */
       2  /* { dg-options "" } */
       3  void
       4  f (void)
       5  {
       6    int x;
       7    asm ("" :  "" (x)); /* { dg-error "output operand constraint lacks" } */
       8  }