Consider the following code: ``` implicit none character(:), allocatable :: char allocate (character(:)::char) end ``` Flang doesn't diagnose the incorrect usage of the type-spec that has deferred length parameters.