blob: 2ebf7fd8911091f77405ce429485bd2c1428eb16 [file] [log] [blame]
! { dg-do compile }
! PR 30452 - this used to cause syntax errors due to the presence,
! as characters, of bytes 0xfe and 0xff.
program main
if (char (254) /= "þ") STOP 1
if (char (255) /= "ÿ") STOP 2
end program main