static box Main { main() { local M using "apps/std/string_std.nyash" as M print("ok") return 0 } }