diff options
Diffstat (limited to 'test/parse/expr/getlocal-param.txt')
-rw-r--r-- | test/parse/expr/getlocal-param.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/parse/expr/getlocal-param.txt b/test/parse/expr/getlocal-param.txt new file mode 100644 index 00000000..9bcd0f68 --- /dev/null +++ b/test/parse/expr/getlocal-param.txt @@ -0,0 +1 @@ +(module (func (param i32) (get_local 0))) |