re PR fortran/44491 (Diagnostic just shows "<During initialization>" instead of a...
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr44491.f90
blob406bb262f715820340fdc13461db07bd7148fafb
1 ! { dg-do compile }
2 ! { dg-options "-std=gnu" }
3 ! PR fortran/44491
4 character*2 escape /z'1B'/ ! { dg-error "Incompatible types in DATA" }
5 end