[Issue 953] Multiple C style declarations of same type cannot be in one statement
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Mar 20 01:41:39 PDT 2007
http://d.puremagic.com/issues/show_bug.cgi?id=953
bugzilla at digitalmars.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Comment #1 from bugzilla at digitalmars.com 2007-03-20 03:41 -------
This is by design. The declaration should be:
int[2] foo, bar;
More than one C-style declaration in the same line is not allowed.
--
More information about the Digitalmars-d-bugs
mailing list