mirror of
https://github.com/vlang/v.git
synced 2025-09-14 15:02:33 +03:00
@VMODULE relative paths in #flag lines
This commit is contained in:
parent
67a13fc916
commit
2ce6b190dd
8 changed files with 42 additions and 0 deletions
8
vlib/compiler/tests/project_with_c_code/main.v
Normal file
8
vlib/compiler/tests/project_with_c_code/main.v
Normal file
|
@ -0,0 +1,8 @@
|
|||
module main
|
||||
|
||||
import mod1
|
||||
|
||||
fn main(){
|
||||
res := mod1.vadd(1,2)
|
||||
println( res )
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue