DEBSOURCES
Skip Quicknav
sources / lfortran / 0.59.0-3 / integration_tests / string_35.f90
12345678
program string_35 implicit none print *, index("pat", "patter") if (index("pat", "patter") /= 0) error stop end program