(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr18725.c
       1  /* { dg-do compile } */
       2  /* { dg-options "" } */
       3  
       4  void
       5  f (void)
       6  {
       7     int x = 1;
       8     asm ("" : "" (x), "" (x)); /* { dg-error "output operand constraint lacks" } */
       9  }