asm_goto_output
#define asm_goto_output(x...) asm volatile goto(x)
#undef asm_goto_output
#define asm_goto_output(x...) asm volatile("invalid use of asm_goto_output")
#define asm_goto_output(x...) asm goto(x)