mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
9 lines
94 B
Go
9 lines
94 B
Go
module main
|
|
|
|
fn cc_msvc(v *V) {
|
|
}
|
|
|
|
fn build_thirdparty_obj_file_with_msvc(flag string) {
|
|
|
|
}
|