https://issues.dlang.org/show_bug.cgi?id=15729

--- Comment #1 from [email protected] ---
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

--

Reply via email to