Comment #4 by ilyayaroshenko — 2018-09-15T10:33:07Z
(In reply to Manu from comment #0)
> extern (C++, std)
> {
> struct test {}
> }
> extern (C++) void test(ref const(std.test) t) {}
>
> Expect: _Z4testRKNSt4testE
> Actual: _Z4testRKN3std4testE
Actual should be something like _Z4testRKSt4test
Comment #5 by ilyayaroshenko — 2018-09-16T11:59:48Z