This commit is contained in:
nora 2023-08-02 23:50:28 +02:00
parent 9ece18a48a
commit 9f3e728e79
4 changed files with 9 additions and 25 deletions

View file

@ -28,7 +28,15 @@ function uwu() = (
/*-1*/
);
function eat(a: A) = ;
type B = {
a: (Int, Int, Int, Int, Int),
};
function test(b: B) = (
b.a;
);
function eat(a: A) =;
`;
function main() {