c: Fix up pointer types to may_alias structures [PR114493]
[official-gcc.git] / gcc / testsuite / gfortran.dg / unexpected_eof_3.f90
blobd3f4d5d8a8933ced6fb74895e73225ee003c6618
1 ! { dg-do compile }
2 ! PR71686
3 program p
4 character(8) :: z = 'abc& ! { dg-error "Unterminated character constant" }
5 !end
6 ! { dg-error "Unexpected end of file" "" { target *-*-* } 0 }