summaryrefslogtreecommitdiff
path: root/Tests/CustomCommand/GeneratedHeader/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CustomCommand/GeneratedHeader/main.cpp')
-rw-r--r--Tests/CustomCommand/GeneratedHeader/main.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/CustomCommand/GeneratedHeader/main.cpp b/Tests/CustomCommand/GeneratedHeader/main.cpp
new file mode 100644
index 000000000..0b43ffe83
--- /dev/null
+++ b/Tests/CustomCommand/GeneratedHeader/main.cpp
@@ -0,0 +1,5 @@
+#include "generated.h"
+int mainGeneratedHeader()
+{
+ return 0;
+}