PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / string_0xfe_0xff_1.f90
blob2ebf7fd8911091f77405ce429485bd2c1428eb16
1 ! { dg-do compile }
2 ! PR 30452 - this used to cause syntax errors due to the presence,
3 ! as characters, of bytes 0xfe and 0xff.
4 program main
5 if (char (254) /= "þ") STOP 1
6 if (char (255) /= "ÿ") STOP 2
7 end program main