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