You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is, we end up with an AutoDeclaration which has no StorageClass, which is not possible according to the grammar.
(It actually ends up as attribute for the VariableDeclaration instead of AutoDeclaration storage class).
The text was updated successfully, but these errors were encountered:
Consider:
Results in:
The problem is, we end up with an
AutoDeclarationwhich has noStorageClass, which is not possible according to the grammar.(It actually ends up as attribute for the
VariableDeclarationinstead ofAutoDeclarationstorage class).The text was updated successfully, but these errors were encountered: