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