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