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
insert_copy_and_fix_length
This program
export fn fail() -> reg u64 { stack u64[1] a b; a[0] = 1; b[0:1] = #copy(a); reg u64 r; r = b[0]; return r; }
gives
Fatal error: exception File "src/insert_copy_and_fix_length.ml", line 75, characters 86-92: Assertion failed
The text was updated successfully, but these errors were encountered:
Other issues with #copy:
#copy
#copy(a[0:1])
Sorry, something went wrong.
vbgl
Successfully merging a pull request may close this issue.
This program
gives
The text was updated successfully, but these errors were encountered: