mirror of
https://github.com/vlang/v.git
synced 2025-09-14 23:12:33 +03:00
8 lines
94 B
Go
8 lines
94 B
Go
module main
|
|
|
|
fn cc_msvc(v *V) {
|
|
}
|
|
|
|
fn build_thirdparty_obj_file_with_msvc(flag string) {
|
|
|
|
}
|