ref: f23f4fb57fa81db4c1c6c20814910e0d12c907af dir: /test/stdopt-none.myr/
use std const f = { -> `std.None } const main = { match f() | `std.Some x: -> x | `std.None: -> 42 ;; }