1 module imports.link15194b; 2 3 auto fun() 4 { 5 import imports.link15194std; 6 return new RedBlackTree!int; 7 } 8