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