diff options
Diffstat (limited to 'src/complex/crealf.c')
-rw-r--r-- | src/complex/crealf.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/complex/crealf.c b/src/complex/crealf.c index 5dc3ff1d..51cf938e 100644 --- a/src/complex/crealf.c +++ b/src/complex/crealf.c @@ -4,3 +4,11 @@ float (crealf)(float complex z) { return crealf(z); } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |