Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse bug #115

Open
1IxI1 opened this issue Aug 14, 2023 · 1 comment
Open

Parse bug #115

1IxI1 opened this issue Aug 14, 2023 · 1 comment

Comments

@1IxI1
Copy link

1IxI1 commented Aug 14, 2023

Функция test возвращает (int, int, int, cell), в main я принимаю от нее только (int, int, cell), расширение не подсвечивает ошибки.

forall X -> X null() asm "PUSHNULL";

(int, int, int, cell) test () inline {
    return (0, 0, 0, null());
}

() main () {
    (int a, int b, cell c) = test();
    return ();
}
@MicroNovaX
Copy link

Напрямую связано с этим ишуе.
#118

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants