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