Skip to content
Snippets Groups Projects
Commit eb70f350 authored by Julien Signoles's avatar Julien Signoles Committed by Virgile Prevosto
Browse files

[tests] add test for local_init (without oracle for the time being)

parent 09471b0c
No related branches found
No related tags found
No related merge requests found
/* run.config
COMMENT: test of a local initializer which contains an annotation
STDOPT: #"-val -value-verbose 0 -lib-entry -e-acsl-prepare -machdep gcc_x86_64 -then"
*/
int X = 0;
int *p = &X;
int f(void) {
int x = *p; // Eva add an alarms on this statement
return x;
}
int main(void) {
f();
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