summaryrefslogtreecommitdiffstats
path: root/src/host/config.tests/hostcompiler/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/config.tests/hostcompiler/main.cpp')
-rw-r--r--src/host/config.tests/hostcompiler/main.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/host/config.tests/hostcompiler/main.cpp b/src/host/config.tests/hostcompiler/main.cpp
new file mode 100644
index 000000000..9cd16a2e3
--- /dev/null
+++ b/src/host/config.tests/hostcompiler/main.cpp
@@ -0,0 +1,9 @@
+// Copyright (C) 2018 The Qt Company Ltd.
+// SPDX-License-Identifier: BSD-3-Clause
+
+#include <stdio.h>
+int main()
+{
+ printf("This works\n");
+ return 0;
+}