http://d.puremagic.com/bugzilla/show_bug.cgi?id=159
------- Comment #1 from bugzilla at digitalmars.com 2006-06-01 14:25 -------
It's ok to declare a struct without { }. However, this won't work if the size
of S is needed, as it is in S1. Hence, the error diagnostic.
--