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