Skip to content
Snippets Groups Projects
Commit e84077d5 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[wp] known bug in absence of default bhv

parent 32a40e44
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ int h0(void);
@ assigns X1;
@ ensures X1==1; */
int behavior (int (*p)(void)) {
//@ calls h1, h2;
//@ calls h1, h2; // Shall not be proved in default behavior (known bug)
return (*p)();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment