diff options
Diffstat (limited to 'Tests/ComplexRelativePaths/Executable/A.cxx')
-rw-r--r-- | Tests/ComplexRelativePaths/Executable/A.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/ComplexRelativePaths/Executable/A.cxx b/Tests/ComplexRelativePaths/Executable/A.cxx new file mode 100644 index 0000000..7f98319 --- /dev/null +++ b/Tests/ComplexRelativePaths/Executable/A.cxx @@ -0,0 +1,4 @@ +int main() +{ + return 10; +} |