You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
277 B

.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