Grammar spec (http://dlang.org/grammar.html#AliasDeclaration) allows:

AliasDeclaration:
    alias BasicType Declarator

DMD allows:

alias ref int MyRefInt;

Is the ref storage class allowed by the current grammar spec?

Reply via email to