module imports.testmod1b;

import testmod1;

void bar3() {
  Foo!(int) w;
}
