v/vlib/v/parser/tests/fn_attributes_empty_err.vv

6 lines
51 B
V

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