February 06, 2004
dmd 0.79, WIN98SE:

struct X { int a; int b; int c; int d = 7;}
static X x = { 1, 2};

this compiles, but the docs say:
| members are initialized by the member name, colon, expression syntax

So long.