summaryrefslogtreecommitdiff
path: root/xsd-tests/processing/inheritance/driver.cxx.in
diff options
context:
space:
mode:
Diffstat (limited to 'xsd-tests/processing/inheritance/driver.cxx.in')
-rw-r--r--xsd-tests/processing/inheritance/driver.cxx.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/xsd-tests/processing/inheritance/driver.cxx.in b/xsd-tests/processing/inheritance/driver.cxx.in
new file mode 100644
index 0000000..df18427
--- /dev/null
+++ b/xsd-tests/processing/inheritance/driver.cxx.in
@@ -0,0 +1,9 @@
+// file : processing/inheritance/driver.cxx.in
+// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+
+#include "test-$num$.hxx"
+
+int
+main (int, char*[])
+{
+}