Newer
Older
[kernel] Parsing tests/syntax/compile_constant.c (with preprocessing)
/* Generated by Frama-C */
char pixels[3] = {(char)0.0, (char)0.0, (char)1.0};
char test_neg = (char)2.;
char test_ge = (char)2.;
char test_cast[2] = {(char)2., (char)2.};
Virgile Prevosto
committed
double a = (double)0;
Virgile Prevosto
committed
char no_call[2] = {(char)1, (char)2};