Change in section 11.4.2
To indicate argument passing by reference, the argument declaration is preceded by the ref keyword.
To:
To indicate argument passing by reference, the argument declaration is
preceded by the ref keyword. It
shall be illegal to use argument passing by reference for subroutines with a
lifetime of static.