summaryrefslogtreecommitdiff
path: root/Tests/PreOrder/simple.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/PreOrder/simple.cxx')
-rw-r--r--Tests/PreOrder/simple.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/PreOrder/simple.cxx b/Tests/PreOrder/simple.cxx
new file mode 100644
index 000000000..ef26e7984
--- /dev/null
+++ b/Tests/PreOrder/simple.cxx
@@ -0,0 +1,6 @@
+extern void simpleLib();
+int main ()
+{
+ simpleLib();
+ return 0;
+}