OSDN Git Service

* c-decl.c (grokfield): Allow typedefs for anonymous structs and
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr18164.c
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 }