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