c: Fix up pointer types to may_alias structures [PR114493]
[official-gcc.git] / gcc / testsuite / gfortran.dg / submodule_unexp.f90
blob39b57a585e715afd2990bc72f451f94cc5a7b6cd
1 ! { dg-do compile }
2 ! PR fortran/69498
3 ! This used to ICE
4 program p
5 type t
6 submodule (m) sm ! { dg-error "SUBMODULE declaration at" }
7 end type
8 end