Basic test file for interface section
This commit is contained in:
parent
15d1b602b3
commit
f95c7e0b1c
15
tests/parser/face/main.arf
Normal file
15
tests/parser/face/main.arf
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
:arf
|
||||||
|
---
|
||||||
|
|
||||||
|
face ro ReadWriter
|
||||||
|
write
|
||||||
|
> data:{Byte ..}
|
||||||
|
< wrote:Int
|
||||||
|
< err:Error
|
||||||
|
read
|
||||||
|
> into:{Byte ..}
|
||||||
|
< read:Int
|
||||||
|
< err:Error
|
||||||
|
|
||||||
|
face ro Destroyer
|
||||||
|
destroy
|
Reference in New Issue
Block a user