ref: eaf77a290652b4ce336260a69726fc5d0cb3ca69 dir: /test/stdopt-some.myr/
use std const main = { match `std.Some 42 `std.Some x: -> x;; `std.None: -> 1;; ;; }