summaryrefslogtreecommitdiff
path: root/xsd-tests/schema/attribute/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd-tests/schema/attribute/driver.cxx')
-rw-r--r--xsd-tests/schema/attribute/driver.cxx14
1 files changed, 14 insertions, 0 deletions
diff --git a/xsd-tests/schema/attribute/driver.cxx b/xsd-tests/schema/attribute/driver.cxx
new file mode 100644
index 0000000..061e69c
--- /dev/null
+++ b/xsd-tests/schema/attribute/driver.cxx
@@ -0,0 +1,14 @@
+// file : schema/attribute/driver.cxx
+// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+
+#include "ref.hxx"
+#include "global.hxx"
+#include "local.hxx"
+
+#undef NDEBUG
+#include <cassert>
+
+int
+main (int, char*[])
+{
+}