(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
illegal_char.f90
! { dg-do compile }
! PR 82372 - show hexcode of illegal, non-printable characters
program main
  tmp =È   1.0 ! { dg-error "Invalid character 0xC8" }
  print *,tmp
end