Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
vxx2
/
vlib
/
v
/
checker
/
tests
/
if_expr_last_stmt.vv
7
lines
·
7
sloc
·
65 bytes
·
0c8ce3bcb9fd4a2e5bd5f991a5a07da976d780d7
Raw
1
fn main() {
2
_ = if true {
3
1
4
} else if false {
5
} else {
6
}
7
}
8