1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/tests/translated_test.v

9 lines
112 B
V

[translated]
module main
fn test_NotSnakeCaseFunction() {
assert true
assert 8 == 2 * 4
assert 2 * 3 == 6
}