Rebase.
[official-gcc.git] / gcc / testsuite / gfortran.dg / assumed_type_4.f90
blobe940c4540399664bfbec5dff7ec08466b849fbf0
1 ! { dg-do compile }
2 ! { dg-options "-std=f2008" }
4 ! PR fortran/48820
6 ! Test TYPE(*)
8 subroutine one(a)
9 type(*) :: a ! { dg-error "TS 29113/TS 18508: Assumed type" }
10 end subroutine one