blob: 9c4e22ac716bf71f4a33e6164eb692e5999af820 [file] [log] [blame]
/* { dg-do compile } */
void foo(double d)
{
__asm__ ("" : "=u" (d)); /* { dg-error "output registers" } */
}