OSDN Git Service

2006-06-19 Anatoly Sokolov <aesok@post.ru>
[pf3gnuchains/gcc-fork.git] / 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 }