Example from some old code: ```fortran CHARACTER, INTENT(IN) :: S*(*) ``` And the error is: > Variable "S*" with INTENT keyword not found in argument list This may be related to #130 but it looks like a separate issue.