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