1.globl use_undef_global 2.globl unused_undef_global 3.globl used_undef_global 4 5use_undef_global: 6 .functype use_undef_global () -> (i64) 7 global.get used_undef_global 8 end_function 9 10.globaltype unused_undef_global, i64, immutable 11.globaltype used_undef_global, i64, immutable 12