diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:18:27 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:18:27 +0000 |
commit | 316d58822dada9440bd06ecfc758dcc2364d617c (patch) | |
tree | fe72ec2e6ce9a360dda74d9d57f7acdb0e3c39d6 /make/platform/clang_darwin_test_input.c | |
parent | 0230fcf22fe7d19f03d981c9c2c59a3db0b72ea5 (diff) |
Notes
Diffstat (limited to 'make/platform/clang_darwin_test_input.c')
-rw-r--r-- | make/platform/clang_darwin_test_input.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/make/platform/clang_darwin_test_input.c b/make/platform/clang_darwin_test_input.c deleted file mode 100644 index b406a28a639c..000000000000 --- a/make/platform/clang_darwin_test_input.c +++ /dev/null @@ -1,15 +0,0 @@ -/* 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> -#include <string.h> - -// Force us to link at least one symbol in a system library -// to detect systems where we don't have those for a given -// architecture. -int main(int argc, const char **argv) { - int x; - memcpy(&x,&argc,sizeof(int)); -} |