summaryrefslogtreecommitdiffstats
path: root/Tests/CPackNSISGenerator/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CPackNSISGenerator/main.cpp')
-rw-r--r--Tests/CPackNSISGenerator/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/CPackNSISGenerator/main.cpp b/Tests/CPackNSISGenerator/main.cpp
new file mode 100644
index 0000000..956f345
--- /dev/null
+++ b/Tests/CPackNSISGenerator/main.cpp
@@ -0,0 +1,4 @@
+int main()
+{
+ return 42;
+}