Fixed test.

This commit is contained in:
Christoffer Lerno
2025-09-01 13:05:14 +02:00
parent ff39f14dd1
commit 17dfbb377e

View File

@@ -4,7 +4,7 @@ struct Test
}
fn int main(String[] args)
{
int x = test(Test, 1 + {"a"});
int x = test(Test, {"a"});
return 0;
}