Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
tests
/
project_issue_21476
/
project_compiles_test.v
5
lines
·
4
sloc
·
49 bytes
·
706179fb745803ff805f959cae8e87586a4c0e2c
Raw
1
module
main
2
3
fn
test_compiles() {
4
assert
true
5
}
6