On Saturday, 8 October 2022 at 09:46:59 UTC, kdevel wrote:
> ```
> $ dmd -g -unittest -main a.d b.d
> $ ./a
> void b.S.foo(ubyte c)
> 1 modules passed unittests
> ```
2.086.1
a.d(5): Error: struct `b.S` member foo is not accessible
2.090.1
compiles