1 /* PR target/87598 */
2 /* { dg-do compile } */
3 
4 void
foo(void)5 foo (void)
6 {
7   __asm__ ("# %a0" : : "i" (0));
8 }
9