summaryrefslogtreecommitdiff
path: root/tests/projects/mdk/hello/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/mdk/hello/src/main.c')
-rw-r--r--tests/projects/mdk/hello/src/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/projects/mdk/hello/src/main.c b/tests/projects/mdk/hello/src/main.c
new file mode 100644
index 000000000..a6e46accc
--- /dev/null
+++ b/tests/projects/mdk/hello/src/main.c
@@ -0,0 +1,4 @@
+int main()
+{
+ return 0;
+}