Skip to content
Snippets Groups Projects
Commit 99bef35b authored by Julien Signoles's avatar Julien Signoles
Browse files

known_bugs

parent f04d76b0
No related branches found
No related tags found
No related merge requests found
A comprehensive up-to-date list of known bugs is available on
https://bts.frama-c.com
in the category "Plug-in > E-ACSL".
#include <stdio.h>
int main(void) {
int x = 2;
printf("x = %d\n", x);
return 0;
}
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