aboutsummaryrefslogtreecommitdiff
path: root/make/platform/clang_darwin_test_input.c
diff options
context:
space:
mode:
Diffstat (limited to 'make/platform/clang_darwin_test_input.c')
-rw-r--r--make/platform/clang_darwin_test_input.c6
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>