ref: aa7834eae6417772a8d2e6752913c6e4874db0a8 dir: /test/multistr.myr/
use std const main = { var multi multi = "abc" "def" \ "ghi" match multi | "abcdefghi": | fail: std.fatal("failed: {}\n", fail) ;; }