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

6 lines
51 B
V

[] fn tt() {
println('text')
}
fn main() {
tt()
}