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