Skip to content
Snippets Groups Projects
bts0442.res.oracle 329 B
Newer Older
[kernel] Parsing bts0442.i (no preprocessing)
[kernel] Parsing bts0442-2.i (no preprocessing)
[kernel] Warning: merging definitions of enum E using int type
  (different names for enumeration items); items {E0=0, E1=1} and {E1=1, E2=2}
/* Generated by Frama-C */
int ve2 = 2;
int ve1 = 1;
void f(void)
{
  ve1 = 0;
  return;
}