-
Virgile Prevosto authored
[Ptests] preserve LOG after STDOPT directive See merge request frama-c/frama-c!2073
Virgile Prevosto authored[Ptests] preserve LOG after STDOPT directive See merge request frama-c/frama-c!2073
char_is_unsigned.res.oracle 408 B
[kernel] Parsing tests/syntax/char_is_unsigned.i (no preprocessing)
/* Generated by Frama-C */
char t[10];
void main(void)
{
int r = (int)t[0] == 'a';
char c = (char)455;
return;
}
[kernel] Parsing tests/syntax/char_is_unsigned.i (no preprocessing)
[rte] annotating function main
/* Generated by Frama-C */
char t[10];
void main(void)
{
int r = (int)t[0] == 97;
char c = (char)199;
return;
}