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