// file : schema/list/driver.cxx // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #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; }