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