c: Fix up pointer types to may_alias structures [PR114493]
[official-gcc.git] / gcc / testsuite / gfortran.dg / boz_float_1.f90
blobe444b09241bf0c0401c0fda1ded1002e21289f77
1 ! { dg-do compile }
2 program foo
3 print *, float(z'1234') ! { dg-error "cannot appear in" }
4 end program foo