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