diff options
Diffstat (limited to 'src/complex/creall.c')
-rw-r--r-- | src/complex/creall.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/complex/creall.c b/src/complex/creall.c index fd9dc347..498313c7 100644 --- a/src/complex/creall.c +++ b/src/complex/creall.c @@ -4,3 +4,11 @@ long double (creall)(long double complex z) { return creall(z); } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |