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