Skip to content

Commit

Permalink
feat: add failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
xtuc committed May 28, 2018
1 parent f3750e2 commit f47b672
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(module
(global (mut i32) (i32.const 1))
(global i32 (get_global 0))
)
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
initializer expression can only reference an imported global

0 comments on commit f47b672

Please sign in to comment.