summaryrefslogtreecommitdiffstats
path: root/Makefile.d/cc_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.d/cc_test.c')
-rw-r--r--Makefile.d/cc_test.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.d/cc_test.c b/Makefile.d/cc_test.c
new file mode 100644
index 000000000..0610964d8
--- /dev/null
+++ b/Makefile.d/cc_test.c
@@ -0,0 +1,6 @@
+int main(int argc, char **argv)
+{
+ (void)argc;
+ (void)argv;
+ return 0;
+}