v2 / vlib / v / checker / tests / invalid_comptime_test.out
5 lines · 5 sloc · 154 bytes · 8e959ae5b51e1b6ea28fc0a5d2db72ef3aa684bd
Raw
1vlib/v/checker/tests/invalid_comptime_test.vv:1:1: error: unexpected token `$`
2 1 | $fn func(a int) int {
3 | ^
4 2 | return a + a
5 3 | }
6