Began writing test case for function sections

This commit is contained in:
Sasha Koshka 2022-08-25 13:31:09 -04:00
parent e630ec6f04
commit 9fd285920b
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
:arf
---
func ro basicExternal
> someInput:Int:mut
< someOutput:Int 4
---
external
func ro method
@ bird:{Bird}
> someInput:Int:mut
< someOutput:Int 4
---
external
func ro basicPhrases
---