diff options
Diffstat (limited to 'Tests/CustomCommand/main.cxx')
-rw-r--r-- | Tests/CustomCommand/main.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/CustomCommand/main.cxx b/Tests/CustomCommand/main.cxx new file mode 100644 index 0000000..600e751 --- /dev/null +++ b/Tests/CustomCommand/main.cxx @@ -0,0 +1,6 @@ +extern int generated(); + +int main() +{ + return generated(); +} |