v/vlib/v/fmt/tests/cast_expected.vv

9 lines
82 B
V

fn test_as() {
a := sum_expr() as Bar
_ := a
}
fn test_cast() {
_ := f32(0)
}