diff options
author | Ed Schouten <ed@FreeBSD.org> | 2011-12-31 14:55:23 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2011-12-31 14:55:23 +0000 |
commit | 219fb0488994a289f1087f7b3da18789e068da12 (patch) | |
tree | d59ced7e19afaab87432b7610faefff3080e8d2a /make/platform/clang_darwin_test_input.c | |
parent | b0a04aaa595ba76468e521f12727a872d144d6d0 (diff) | |
download | src-219fb0488994a289f1087f7b3da18789e068da12.tar.gz src-219fb0488994a289f1087f7b3da18789e068da12.zip |
Import compiler-rt r147390.vendor/compiler-rt/compiler-rt-r147390
Notes
Notes:
svn path=/vendor/compiler-rt/dist/; revision=229109
svn path=/vendor/compiler-rt/compiler-rt-r147390/; revision=229110; tag=vendor/compiler-rt/compiler-rt-r147390
Diffstat (limited to 'make/platform/clang_darwin_test_input.c')
-rw-r--r-- | make/platform/clang_darwin_test_input.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/make/platform/clang_darwin_test_input.c b/make/platform/clang_darwin_test_input.c new file mode 100644 index 000000000000..b7074b852d88 --- /dev/null +++ b/make/platform/clang_darwin_test_input.c @@ -0,0 +1,6 @@ +/* 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> |