Skip to content
Snippets Groups Projects
ast_init.res.oracle 139 B
Newer Older
[kernel] Parsing ast_init.i (no preprocessing)
/* Generated by Frama-C */
int f(int x)
{
  ;
  return x;
}

int g(int x)
{
  return x;
}