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