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