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