v2 / vlib / v / checker / tests / c_binding_confusable_c_err.out
5 lines · 5 sloc · 197 bytes · e2e5cf8db56f3562c7baa735061690be936bdf3e
Raw
1vlib/v/checker/tests/c_binding_confusable_c_err.vv:1:4: error: invalid character `С`
2 1 | fn С.destroy_context(context u32)
3 | ^
4 2 |
5 3 | pub fn destroy_context(context u32) {
6