summaryrefslogtreecommitdiffstats
path: root/config.tests/unix/stdint/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/unix/stdint/main.cpp')
-rw-r--r--config.tests/unix/stdint/main.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.tests/unix/stdint/main.cpp b/config.tests/unix/stdint/main.cpp
new file mode 100644
index 0000000..91e5c3a
--- /dev/null
+++ b/config.tests/unix/stdint/main.cpp
@@ -0,0 +1,8 @@
+/* Check for the presence of stdint.h */
+#include <stdint.h>
+
+int main()
+{
+ return 0;
+}
+