#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; }