v/vlib/v/parser/tests/interop_func_body_err.out

4 lines
160 B
Plaintext

vlib/v/parser/tests/interop_func_body_err.vv:1:23: error: interop functions cannot have a body
1 | fn C.printf(s string) {}
| ^