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