1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/compiler/msvc_nix.v
Alexander Medvednikov b48e23757f msvc fixes
2019-07-24 00:20:07 +02:00

9 lines
94 B
Go

module main
fn cc_msvc(v *V) {
}
fn build_thirdparty_obj_file_with_msvc(flag string) {
}