blob: 995f5e6a05c406f3d3b2966580b187f1b4a3f7f0 [file] [log] [blame]
module imports.test14901b;
import imports.test14901a;
alias bar = make!"bar";
struct User(int id)
{
int foo()
{
return bar;
}
}