1/* { dg-do compile } */
2
3void foo(double d)
4{
5  __asm__ ("" : "=u" (d));  /* { dg-error "output regs" } */
6}
7