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