From 277e5eb2532b1b732705d979125e9b7854d3a7e2 Mon Sep 17 00:00:00 2001 From: yuyi Date: Fri, 13 Sep 2024 22:06:15 +0800 Subject: [PATCH] fmt: add a test for fn with c binding type args (#22212) --- vlib/v/fmt/tests/fn_with_c_binding_type_args_keep.vv | 1 + 1 file changed, 1 insertion(+) create mode 100644 vlib/v/fmt/tests/fn_with_c_binding_type_args_keep.vv diff --git a/vlib/v/fmt/tests/fn_with_c_binding_type_args_keep.vv b/vlib/v/fmt/tests/fn_with_c_binding_type_args_keep.vv new file mode 100644 index 000000000..799f6dd5b --- /dev/null +++ b/vlib/v/fmt/tests/fn_with_c_binding_type_args_keep.vv @@ -0,0 +1 @@ +fn C.archive_entry_copy_stat(&C.archive_entry, const_stat &C.stat) -- 2.39.5