import std.stdio; struct A { string member; this(string m) { member = m; } } int main(string[] args) { enum str = A("hello there"); writeln( str ); return 0; } --- Internal error: ../ztc/symbol.c 1041
Fixed DMD2.036.