v2 / cmd / tools / vvet / tests / accept_multi_expression_with_comments.vv
7 lines · 7 sloc · 81 bytes · 0e4198f23b2b9a52d72f61dd40d019412b809791
Raw
1fn abc() int {
2 return if true {
3 0x4000 // 16KB
4 } else {
5 0x1000 // 4KB
6 }
7}
8