ldc
ldc copied to clipboard
Error: no init symbol for zero-initialized struct
import std.stdio; import core.stdc.config;
void main() { __c_complex_float[] xxx = new __c_complex_float[10]; writeln(xxx); }
results in "Error: no init symbol for zero-initialized struct". it works with dmd.