diff options
Diffstat (limited to 'test/parse/module/bad-export-global-undefined.txt')
-rw-r--r-- | test/parse/module/bad-export-global-undefined.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/parse/module/bad-export-global-undefined.txt b/test/parse/module/bad-export-global-undefined.txt new file mode 100644 index 00000000..f2b5ad7c --- /dev/null +++ b/test/parse/module/bad-export-global-undefined.txt @@ -0,0 +1,7 @@ +;;; ERROR: 1 +(module (export "foo" (global 0))) +(;; STDERR ;;; +parse/module/bad-export-global-undefined.txt:2:31: global variable out of range (max 0) +(module (export "foo" (global 0))) + ^ +;;; STDERR ;;) |