aboutsummaryrefslogtreecommitdiff
path: root/system/lib/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'system/lib/test.cpp')
-rw-r--r--system/lib/test.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/system/lib/test.cpp b/system/lib/test.cpp
new file mode 100644
index 00000000..653f9cc7
--- /dev/null
+++ b/system/lib/test.cpp
@@ -0,0 +1,14 @@
+#include <stdio.h>
+#include <time.h>
+
+int clock_gettime(clockid_t clk_id, struct timespec *tp) {
+ printf("BAD\n");
+ return 0;
+}
+
+/*
+int main() {
+ printf("ok\n");
+}
+*/
+