v2 / vlib / v / tests / options / modules / mymod / mod_test.v
7 lines · 5 sloc · 80 bytes · 335357239a8fb51fcdc655c95f68cd53e07bbb30
Raw
1// mod_test.v
2
3module mymod
4
5fn test_dummy() {
6 assert range != BigintRange{}
7}
8