undefined-globals.s 277 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 .globl use_undef_global .globl unused_undef_global .globl used_undef_global use_undef_global: .functype use_undef_global () -> (i64) global.get used_undef_global end_function .globaltype unused_undef_global, i64, immutable .globaltype used_undef_global, i64, immutable