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