-
David Bühler authoredDavid Bühler authored
ast_init.res.oracle 152 B
[kernel] Parsing tests/syntax/ast_init.i (no preprocessing)
/* Generated by Frama-C */
int f(int x)
{
;
return x;
}
int g(int x)
{
return x;
}
[kernel] Parsing tests/syntax/ast_init.i (no preprocessing)
/* Generated by Frama-C */
int f(int x)
{
;
return x;
}
int g(int x)
{
return x;
}