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