2 ! { dg-options "-std=f95" }
4 ! Parsing of finalizer procedure definitions.
5 ! While ALLOCATABLE scalars are not implemented, this even used to ICE.
6 ! Thanks Tobias Burnus for the test!
8 integer, allocatable
:: x
! { dg-error "may not be ALLOCATABLE" }