diff options
Diffstat (limited to 'test/parse/func/sig.txt')
-rw-r--r-- | test/parse/func/sig.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/parse/func/sig.txt b/test/parse/func/sig.txt new file mode 100644 index 00000000..649c66c5 --- /dev/null +++ b/test/parse/func/sig.txt @@ -0,0 +1,3 @@ +(module + (type $t (func (param i32) (result i32))) + (func (type $t) (i32.const 0))) |