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