summaryrefslogtreecommitdiffstats
path: root/test/Batch/changed_sources_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Batch/changed_sources_main.cpp')
-rw-r--r--test/Batch/changed_sources_main.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Batch/changed_sources_main.cpp b/test/Batch/changed_sources_main.cpp
new file mode 100644
index 0000000..038fea3
--- /dev/null
+++ b/test/Batch/changed_sources_main.cpp
@@ -0,0 +1,7 @@
+
+#include <iostream>
+
+int main()
+{
+ std::cout << "Hello, world!\n";
+}