summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmake/testdata/include_function/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmake/testdata/include_function/main.cpp')
-rw-r--r--tests/auto/qmake/testdata/include_function/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qmake/testdata/include_function/main.cpp b/tests/auto/qmake/testdata/include_function/main.cpp
new file mode 100644
index 0000000..0a8e3d3
--- /dev/null
+++ b/tests/auto/qmake/testdata/include_function/main.cpp
@@ -0,0 +1,4 @@
+int main(int /*argc*/, char ** /*argv*/)
+{
+ return 0;
+}