test(tiger): import upstream tests

This commit is contained in:
Bruno BELANYI 2022-06-14 17:30:49 +02:00 committed by Stephan Seitz
parent ef385991b6
commit 6e3f888dc7
16 changed files with 454 additions and 0 deletions

View file

@ -0,0 +1,8 @@
primitive print(s: string)
/* ^ function */
/* ^ variable.parameter */
function func(a: int) : int = (print("Hello World!"); a)
/* ^ function */
/* ^ variable.parameter */
/* ^ function */