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