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

               









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

#include <math.h>

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