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

               









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

#include <math.h>

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