summaryrefslogtreecommitdiff
path: root/Tests/CustomCommand/main.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CustomCommand/main.cxx')
-rw-r--r--Tests/CustomCommand/main.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/CustomCommand/main.cxx b/Tests/CustomCommand/main.cxx
new file mode 100644
index 000000000..600e751dd
--- /dev/null
+++ b/Tests/CustomCommand/main.cxx
@@ -0,0 +1,6 @@
+extern int generated();
+
+int main()
+{
+ return generated();
+}