v/compiler/msvc_nix.v

9 lines
94 B
Go

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