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