@@ -0,0 +1,20 @@
(module
(func (param )
(result i32)
(local i32 i32 i32 i32 i32)
i32.const 3
i32.const 4
i32.mul
local.set 0
i32.const 2
i32.const 5
local.set 1
local.get 0
local.get 1
i32.add
local.set 2
local.get 2)
(export "main" (func 0)))
The note is not visible to the blocked user.