v2 / vlib / v / tests / project_issue_21476 / project_compiles_test.v
5 lines · 4 sloc · 49 bytes · 706179fb745803ff805f959cae8e87586a4c0e2c
Raw
1module main
2
3fn test_compiles() {
4 assert true
5}
6