7 lines
104 B
C
7 lines
104 B
C
|
typedef float tocheck_t;
|
||
|
#define ESIZE 8
|
||
|
#define MSIZE 23
|
||
|
#define FUNC(x) x##f
|
||
|
|
||
|
#include "test-arith.c"
|