Skip to content
Snippets Groups Projects
builtin_choose_expr.res.oracle 146 B
Newer Older
[kernel] Parsing builtin_choose_expr.i (no preprocessing)
/* Generated by Frama-C */
int f(void)
{
  int x = 42;
  float y = 3.f;
  return x;
}