summaryrefslogtreecommitdiff
path: root/tests/projects/other/parallel_build/1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/other/parallel_build/1.cpp')
-rw-r--r--tests/projects/other/parallel_build/1.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/projects/other/parallel_build/1.cpp b/tests/projects/other/parallel_build/1.cpp
new file mode 100644
index 000000000..9cd1218ae
--- /dev/null
+++ b/tests/projects/other/parallel_build/1.cpp
@@ -0,0 +1,3 @@
+int main(int argv, char** argv) {
+ return 0;
+}