summaryrefslogtreecommitdiffstats
path: root/Tests/Complex/Executable/testSystemDir.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Complex/Executable/testSystemDir.cxx')
-rw-r--r--Tests/Complex/Executable/testSystemDir.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/Complex/Executable/testSystemDir.cxx b/Tests/Complex/Executable/testSystemDir.cxx
new file mode 100644
index 0000000..4bb2db4
--- /dev/null
+++ b/Tests/Complex/Executable/testSystemDir.cxx
@@ -0,0 +1,6 @@
+#include <testSystemDir.h>
+
+int main()
+{
+ return foo();
+}