1 /* { dg-lto-do link } */
2 /* Forgot to steam in/out the number of labels for asm goto. PR44184. */
4 extern int printf (__const
char *__restrict __format
, ...);
9 asm goto ("decl %0; jnz %l[a]" :: "m"(x
) : "memory" : a
);
10 printf ("Hello world\n");