Skip to content
Snippets Groups Projects
bts0577.res.oracle 303 B
Newer Older
[kernel] Parsing bts0577.i (no preprocessing)
/* Generated by Frama-C */
enum __anonenum_E1_1 {
    E1_a = 0,
    E1_b = 1,
    E1_c = 2
};
enum __anonenum_E2_2 {
    E2_a = E1_a,
    E2_b = 1
};
typedef enum __anonenum_E2_2 E2;
int f(E2 e)
{
  int __retres;
  __retres = (int)e;
  return __retres;
}