diff options
Diffstat (limited to 'test/resources')
| -rw-r--r-- | test/resources/funcdef.bork | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/resources/funcdef.bork b/test/resources/funcdef.bork new file mode 100644 index 0000000..8412129 --- /dev/null +++ b/test/resources/funcdef.bork @@ -0,0 +1,8 @@ +/* kommentti juu jee */ + +func my_func x y as + + x 1 + - y x +end + +my_func(1 2)
\ No newline at end of file |
