1! { dg-do compile }
2! { dg-options "-std=f95" }
3
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!
7
8integer, allocatable :: x ! { dg-error "may not be ALLOCATABLE" }
9
10end
11
12