Skip to content
Snippets Groups Projects
anon_enum_libc.res.oracle 482 B
Newer Older
[kernel] Parsing anon_enum_libc.c (with preprocessing)
[kernel] Parsing ocode_0_anon_enum_libc.c (with preprocessing)
#include "anon_enum_libc.h"
struct __anonstruct_s1_1 {
   int x ;
   float y ;
};
enum __anonenum_2 {
    BLA = 4,
    BLI = 12
};
struct __anonstruct_s1_1 s1;
int f(void)
{
  int __retres;
  __retres = BLA + s1.x;
  return __retres;
}

int g(void)
{
  int __retres;
  __retres = (int)((unsigned long)FOO + s2.t);
  return __retres;
}