Updated test case

This commit is contained in:
Tristan B. Velloza Kildaire 2022-04-08 01:18:57 +02:00
parent cd54753359
commit 414d9de902
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
module simple;
int j = 1+func(3,test()+t2());
int j = 1+func(3,test()+t2()+t2());
j = 2+func(2,test());
int func(int x1, byte x2)