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