static box Main { main() { local S using "apps/std/string.nyash" as S print("inc-ok") return 0 } }