summaryrefslogtreecommitdiff
path: root/tests/examplefiles/numbers.c
blob: 80662eaddf301787ce149065cfe066ac396692fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Some Number Test
 */

int i = 24241424;
float f1 = 342423423.24234;
float f2 = 25235235.;
float f3 = .234234;
float f4 = 234243e+34343;
float f5 = 24234e-234;
int o = 0234;
int h = 0x2342;