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