12 lines · plain
1.globl use_undef_global2.globl unused_undef_global3.globl used_undef_global4 5.globaltype unused_undef_global, i64, immutable6.globaltype used_undef_global, i64, immutable7 8use_undef_global:9 .functype use_undef_global () -> (i64)10 global.get used_undef_global11 end_function12