module foo ; fn void abc() { int i; defer { i++; } } module tester; import foo; alias abc_my = foo::abc{int};