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