DEBSOURCES
Skip Quicknav
sources / lfortran / 0.60.0-2 / integration_tests / utf8_bom_01.f90
123456
program utf8_bom_01 integer :: x x = 42 if (x /= 42) error stop print *, "UTF-8 BOM test passed" end program