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