diff options
Diffstat (limited to 'test/parse/basic.txt')
-rw-r--r-- | test/parse/basic.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/parse/basic.txt b/test/parse/basic.txt new file mode 100644 index 00000000..8a49c2dd --- /dev/null +++ b/test/parse/basic.txt @@ -0,0 +1,3 @@ +(module + (func (result i32) + (return (i32.const 42)))) |