Skip to content
Snippets Groups Projects
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;
}