8000 HavocAction does not handle destructor assignment · Issue #63 · kenmcmil/ivy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

HavocAction does not handle destructor assignment #63

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.

< 7A7E a href="/signup?return_to=%2Fkenmcmil%2Fivy%2Fissues%2Fnew%2Fchoose" data-view-component="true" class="btn-primary btn mx-auto"> Sign up for GitHub

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

Open
nano-o opened this issue Jun 1, 2022 · 0 comments
Open

HavocAction does not handle destructor assignment #63

nano-o opened this issue Jun 1, 2022 · 0 comments

Comments

@nano-o
Copy link
nano-o commented Jun 1, 2022

Here's an example:

#lang ivy1.7

type obj = struct {
    s : bool
}

individual my_obj: obj

after init {
    my_obj.s := false;
}

export action act = {
    var o:obj;
    o.s := *;
}

invariant my_obj.s = false

The invariant breaks when it should not.

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

1 participant
0