blob: 2380f7bfcda1567e34356bebab0e0023af3f7ebc [file] [log] [blame]
! { dg-do compile }
! PR Fortran/83741
! Contributed by Gerhard Steinmetz <gscfq at t-online dot de>
program p
allocate (character(*) :: x) ! { dg-error "Incompatible allocate-object" }
end