1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/compiler/tests/project_with_c_code/main_test.v
2020-02-06 17:38:35 +01:00

6 lines
95 B
V

import mod1
fn test_using_c_code_in_the_same_module_works(){
assert 1003 == mod1.vadd(1,2)
}