PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / pdt_24.f03
blobfb0a3d9da00f750f624f89ab9f7f0ff9ac179d76
1 ! { dg-do compile }
3 ! Tests the fixes for PR82866.
5 ! Contributed by Gerhard Steinmetz  <gscfq@t-online.de>
7 module s
8    type t(*, a, :) ! { dg-error "A parameter name is required" }
9      integer, len :: a
10    end type
11 end