Felix Hufnagel
Results
11
issues of
Felix Hufnagel
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.