aboutsummaryrefslogtreecommitdiff
path: root/gentestvec/gentestvec_cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'gentestvec/gentestvec_cpu.c')
-rw-r--r--gentestvec/gentestvec_cpu.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gentestvec/gentestvec_cpu.c b/gentestvec/gentestvec_cpu.c
new file mode 100644
index 0000000..8500dd9
--- /dev/null
+++ b/gentestvec/gentestvec_cpu.c
@@ -0,0 +1,6 @@
+#include <stdbool.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <time.h>
+
+int main(int argc, const char *argv[]) { return 0; }