diff options
Diffstat (limited to 'v_windows/v/vlib/v/parser/tests/export_interop_func_err.vv')
-rw-r--r-- | v_windows/v/vlib/v/parser/tests/export_interop_func_err.vv | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/v_windows/v/vlib/v/parser/tests/export_interop_func_err.vv b/v_windows/v/vlib/v/parser/tests/export_interop_func_err.vv new file mode 100644 index 0000000..b18925b --- /dev/null +++ b/v_windows/v/vlib/v/parser/tests/export_interop_func_err.vv @@ -0,0 +1,2 @@ +[export: 'test'] +fn C.printf(s string) |