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