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..1676f7a26
--- /dev/null
+++ b/src/host/config.tests/hostcompiler/main.cpp
@@ -0,0 +1,9 @@
+// Copyright (C) 2018 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
+#include <stdio.h>
+int main()
+{
+ printf("This works\n");
+ return 0;
+}