3 shape(1) = 0 ! { dg-error "expression in variable definition context" }
4 shape(1,2) = 0 ! { dg-error "expression in variable definition context" }
5 shape(1,2,3) = 0 ! { dg-error "Too many arguments in call" }
6 lbound([1]) = 0 ! { dg-error "expression in variable definition context" }