v/vlib/v/tests/prod/asserts_should_be_skipped.p...

5 lines
49 B
V

fn main() {
assert 1 > 2
println('finished')
}