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