summaryrefslogtreecommitdiff
path: root/xsd-tests/schema/ref-type/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd-tests/schema/ref-type/driver.cxx')
-rw-r--r--xsd-tests/schema/ref-type/driver.cxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/xsd-tests/schema/ref-type/driver.cxx b/xsd-tests/schema/ref-type/driver.cxx
new file mode 100644
index 0000000..536ccb2
--- /dev/null
+++ b/xsd-tests/schema/ref-type/driver.cxx
@@ -0,0 +1,12 @@
+// file : schema/ref-type/driver.cxx
+// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+
+#include "idref.hxx"
+#include "idrefs.hxx"
+#include "invalid-0.hxx"
+#include "invalid-1.hxx"
+
+int
+main (int, char*[])
+{
+}