aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/old/vlib/builtin/array_notd_gcboehm_opt.v
blob: 170316733aac3fe6511e010be678b15f473b5f4c (plain)
1
2
3
4
5
6
7
8
9
10
// dummy placeholder for functions from `array_d_gcboehm_opt.v`
// that might be needed for compile time
// `$if gcboehm_opt ? { ... } $else { ... }`

module builtin

// this is needed in `string.v`
fn __new_array_noscan(mylen int, cap int, elm_size int) array {
	return array{}
}