blob: 5dd0181b09b02970f4ae41b4174ae1aff7e6a157 [file] [log] [blame]
! { dg-do compile }
module m
integer :: n
contains
subroutine s
character(n(3)) :: c ! { dg-error "not a function" }
end
end