v2 / vlib / v / parser / tests / export_interop_func_err.out
4 lines · 4 sloc · 177 bytes · 757929392e0e7a75fc1272116460981e589737d5
Raw
1vlib/v/parser/tests/export_interop_func_err.vv:1:1: error: interop function cannot be exported
2 1 | @[export: 'test']
3 | ~~~~~~~~~~~~~~~~~
4 2 | fn C.printf(s string)
5