ref: 079536dfac30da7db118b8184ec04f0afdd4d461 dir: /test/stdtry.myr/
use std const main = { var x = `std.Some 123 std.try(x) x = `std.None std.try(x) }