From f0510d2f90467de8e8f260b47d79a9baaf9bef17 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 17 Sep 2009 07:15:29 +0200 Subject: Start tracking XSD with git --- tests/schema/list/driver.cxx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/schema/list/driver.cxx (limited to 'tests/schema/list/driver.cxx') diff --git a/tests/schema/list/driver.cxx b/tests/schema/list/driver.cxx new file mode 100644 index 0000000..7bd46e9 --- /dev/null +++ b/tests/schema/list/driver.cxx @@ -0,0 +1,13 @@ +#include "test.hxx" + +typedef xmlns::test::IntList IntListImpl; +typedef xmlns::test::IntList IntListVoidImpl; +typedef xmlns::test::IntComplex IntComplexImpl; + +int +main () +{ + IntListImpl int_list_impl; + IntListVoidImpl int_list_void_impl; + IntComplexImpl int_complex_impl; +} -- cgit v1.1