Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / gcc / testsuite / gcc.dg / pr18725.c
blob0282d3b61ed48fd6d48d096d5fd3cf3da922f798
1 /* { dg-do compile } */
2 /* { dg-options "" } */
4 void
5 f (void)
7 int x = 1;
8 asm ("" : "" (x), "" (x)); /* { dg-error "output operand constraint lacks" } */