c: Fix up pointer types to may_alias structures [PR114493]
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr95880.f90
blobb7a573cba057e36502bb34a76d4b94eea64fb2a1
1 ! { dg-do compile }
2 ! PR fortran/95880 - ICE in gfc_add_type, at fortran/symbol.c:2030
4 module m
5 end
6 block data
7 use m
8 integer m ! { dg-error "cannot have a type" }
9 end block data