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