summaryrefslogblamecommitdiff
path: root/test/asin.c
blob: 26a87462dd820842a57d47842c1fd44957b8fca4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12

               









                                     
/*
 * Items: asin(
 * Standardized-By: SuS
 * Not-Detected-by: gcc-4.4.3 + Linux
 */

#include <math.h>

main(int arg, char **argv)
{
    asin(-23.0);
}