Newer
Older
[kernel] Parsing tests/rte/bts621.c (with preprocessing)
/* Generated by Frama-C */
/*@ assigns *p; */
float g(float *p);
void f(float a)
{
/*@ ghost float x = g(& a); */
return;
}
[rte] annotating function f
/* Generated by Frama-C */
/*@ assigns *p; */
float g(float *p);
void f(float a)
{
/*@ ghost float x = g(& a); */
return;
}