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