diff options
Diffstat (limited to 'src/math/exp_data.c')
-rw-r--r-- | src/math/exp_data.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/math/exp_data.c b/src/math/exp_data.c index 21be0146..b5e45dbd 100644 --- a/src/math/exp_data.c +++ b/src/math/exp_data.c @@ -180,3 +180,11 @@ const struct exp_data __exp_data = { 0x3c5305c14160cc89, 0x3feff3c22b8f71f1, }, }; + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |