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