[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;
}