diff options
Diffstat (limited to 'Tests/TarTest/TestTarExec.cxx')
-rw-r--r-- | Tests/TarTest/TestTarExec.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/TarTest/TestTarExec.cxx b/Tests/TarTest/TestTarExec.cxx new file mode 100644 index 000000000..86f2cd170 --- /dev/null +++ b/Tests/TarTest/TestTarExec.cxx @@ -0,0 +1,5 @@ +int main() +{ + return 0; +} + |