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

               









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

#include <math.h>

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