summaryrefslogtreecommitdiff
path: root/test/passes/set-globals.txt
blob: 354f133c1512bbc254ecddb4a39a37c44d0a206e (plain)
1
2
3
4
(module
 (global $foo i32 (i32.const 1337))
 (global $bar i64 (i64.const 42))
)