mirror of
https://github.com/vlang/v.git
synced 2025-09-15 23:42:28 +03:00
5 lines
88 B
V
5 lines
88 B
V
import example2
|
|
|
|
fn test_runtime_condition() {
|
|
println(example2.runtime_condition())
|
|
}
|