Skip to content
Snippets Groups Projects
conflict.res.oracle 267 B
Newer Older
Pierre Nigron's avatar
Pierre Nigron committed
[kernel] Parsing conflict.c (with preprocessing)
/* Generated by Frama-C */
struct stru {
   int const c ;
};
struct stru2 {
   int f ;
};
int const a[1] = {0};
int b = a[0];
struct stru const d = {.c = 0};
int e = d.c;
struct stru2 const g = {.f = 0};
int h = g.f;