Name lookups in D
Dibyendu Majumdar
d.majumdar at gmail.com
Sun Nov 15 22:20:12 UTC 2020
This fails:
module a.b.m;
int hello() {
return 42;
}
extern (C) void main() {
assert (a.b.m.hello() == 42);
}
Is it supposed to?
More information about the Digitalmars-d
mailing list