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

Unexpected compilation failure #200

Closed
vbgl opened this issue Jul 8, 2022 · 0 comments · Fixed by #216
Closed

Unexpected compilation failure #200

vbgl opened this issue Jul 8, 2022 · 0 comments · Fixed by #216
Labels

Comments

@vbgl
Copy link
Member

vbgl commented Jul 8, 2022

export
fn exp(reg u64 e) -> reg u64 {
  reg u64 m;
  reg bool c;
    m = 1;
    c = e != 0;
    m = e if c;
  return m;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant