1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/parser/tests/export_interop_func_err.out

5 lines
175 B
Plaintext

vlib/v/parser/tests/export_interop_func_err.vv:1:1: error: interop function cannot be exported
1 | [export: 'test']
| ~~~~~~~~~~~~~~~~
2 | fn C.printf(s string)