ref: a277cea8fabeb3ec38484ffc461ae86e5fd8f9b5 dir: /test/voidmatch.myr/
use std const main = { match `std.Some void | `std.Some x: std.put("ok\n") | `std.None: std.put("fail\n") ;; }