c: Fix up pointer types to may_alias structures [PR114493]
[official-gcc.git] / gcc / testsuite / gfortran.dg / fmt_nonchar_3.f90
blob3b3c260ef7fcc9dfe17230053df76df3a91b30fc
1 ! { dg-do compile }
2 ! PR fortran/101084
4 program p
5 integer, parameter :: a(0) = 1
6 print int(a) ! { dg-error "Non-character non-Hollerith in FORMAT tag" }
7 end