Files
llvm-project/compiler-rt/make/platform/clang_darwin_test_input.c
Daniel Dunbar 2139c52d33 lib: Finish int_math.h definitions using compiler builtins and eliminate
implementation use of <math.h>.

llvm-svn: 144786
2011-11-16 07:33:06 +00:00

7 lines
153 B
C

/* Include the headers we use in int_lib.h, to verify that they work. */
#include <limits.h>
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>