ref: 210d305e98e146b37e0530a2463c9ed2de3fa648 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") ;; }