[Issue 15729] [REG(master)] broken library causes OPTLINK error 162 and 163
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Mar 1 01:43:47 PST 2016
https://issues.dlang.org/show_bug.cgi?id=15729
--- Comment #1 from jiki at red.email.ne.jp ---
I looked into this and UPDATE.
test.d:
struct S {
int i;
int[] a;
char c;
}
main.d:
void main() { }
COMMAND:
dmd -g -debug -lib test.d
dmd -g main.d test.lib
OUTPUT:
Error 163: Cannot CVPACK Type 0002
--
More information about the Digitalmars-d-bugs
mailing list