xxxxxxxxxx
--- a.d
module a;
protected int wrong;
--- b.d
module b;
import std.stdio;
import a;
int main() { writeln(wrong); }