undefined-globals.s 277 Bytes
.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