blob: 464036efc388532a0cf75349031a5667b9a5e0c2 [file] [log] [blame]
! { dg-do compile }
! Parsing of finalizer procedure definitions.
! While ALLOCATABLE scalars are not implemented, this even used to ICE.
! Thanks Tobias Burnus for the test!
integer, allocatable :: x ! { dg-error "may not be ALLOCATABLE" }
end