ref: d752a67b5b88c1e6ae9e632a960dc9ef23827d44 dir: /test/stdopt-some.myr/
use std const main = { match `std.Some 42 | `std.Some x: std.exit(x) | `std.None: std.exit(1) ;; }