1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

boehm-gc: support a [keep_args_alive] tag for C functions (#9641)

This commit is contained in:
Uwe Krüger
2021-04-09 12:13:49 +02:00
committed by GitHub
parent 4feb09fa5b
commit 84fa1ae444
10 changed files with 204 additions and 5 deletions

View File

@ -109,6 +109,7 @@ const (
'vlib/v/tests/interface_edge_cases/assign_to_interface_field_test.v',
'vlib/v/tests/interface_fields_test.v',
'vlib/v/tests/interface_variadic_test.v',
'vlib/v/tests/keep_args_alive_test.v',
'vlib/v/tests/option_2_test.v',
'vlib/v/tests/operator_overloading_with_string_interpolation_test.v',
'vlib/v/tests/orm_sub_struct_test.v',