Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
frama-c
Commits
8573c6ad
Commit
8573c6ad
authored
Dec 16, 2019
by
Julien Signoles
Browse files
[e-acsl:tests] update tests wrt kernel changes
parent
e7d7cf90
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/e-acsl/tests/memory/oracle_ci/gen_ghost_parameters.c
View file @
8573c6ad
/* Generated by Frama-C */
#include "stdio.h"
#include "stdlib.h"
void
function
(
int
a
,
int
b
,
int
c
,
int
d
)
void
function
(
int
a
,
int
b
)
/*@ ghost (
int c, int d)
*/
{
return
;
}
...
...
@@ -14,7 +14,7 @@ int main(void)
int
x
=
1
;
int
y
=
2
;
int
z
=
3
;
function
(
w
,
x
,
y
,
z
);
function
(
w
,
x
)
/*@ ghost (
y,z)
*/
;
__retres
=
0
;
return
__retres
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment