diff options
Diffstat (limited to 'Tests/OutOfSource/simple.cxx')
-rw-r--r-- | Tests/OutOfSource/simple.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/OutOfSource/simple.cxx b/Tests/OutOfSource/simple.cxx new file mode 100644 index 0000000..27e79f4 --- /dev/null +++ b/Tests/OutOfSource/simple.cxx @@ -0,0 +1 @@ +int simple() { return 123; } |