denizzzka Mon, 15 Oct 2012 08:20:14 -0700
void main() { struct S { int payload; } S* s = new shared (S); // Why this is a illegal? }