module imports.testmod1a;

import testmod1;

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