8 lines
81 B
V
8 lines
81 B
V
|
fn abc() int {
|
||
|
return if true {
|
||
|
0x4000 // 16KB
|
||
|
} else {
|
||
|
0x1000 // 4KB
|
||
|
}
|
||
|
}
|