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