summaryrefslogtreecommitdiff
path: root/test/acosh.c
blob: d5247084058850e35d354a0b2a9ae39e84a887de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Items: acosh(
 * Standardized-By: SuS
 * Not-Detected-by: gcc-4.4.3 + Linux
 */

#include <math.h>

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