test_scripts/test2.vs @@ -8,5 +8,9 @@ int $result = $i + 1; } function increment = (int $i) int { return $i + 1; } test(5); test(1);