v2 / vlib / v / checker / tests / c_binding_confusable_c_err.vv
6 lines · 4 sloc · 105 bytes · 36a5b584362e3de01eea14f99cd981a77fa243c7
Raw
1fn С.destroy_context(context u32)
2
3pub fn destroy_context(context u32) {
4 C.destroy_context(context)
5}
6
7