xxxxxxxxxx
--- a.d
module a;
private struct S { Alias member; }
private alias Alias = int;
--- b.d
module b;
import a;
void main() { Alias var; }