We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Функция test возвращает (int, int, int, cell), в main я принимаю от нее только (int, int, cell), расширение не подсвечивает ошибки.
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 (); }
The text was updated successfully, but these errors were encountered:
Напрямую связано с этим ишуе. #118
Sorry, something went wrong.
No branches or pull requests
Функция
test
возвращает(int, int, int, cell)
, вmain
я принимаю от нее только(int, int, cell)
, расширение не подсвечивает ошибки.The text was updated successfully, but these errors were encountered: