aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pr18164.c
blob: cc753bbf53137379d7cb79bf6162038e38d4cf3d (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-options "" } */
void
f (void)
{
  int x;
  asm ("" :  "" (x)); /* { dg-error "output operand constraint lacks" } */
}