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