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