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