1/* { dg-do compile } */
2/* { dg-skip-if "" { pdp11-*-* } { "*" } { "" } } */
3
4f(){asm("%0"::"r"(1.5F));}g(){asm("%0"::"r"(1.5));}
5