v2 / vlib / v / scanner / tests / comments_not_terminated_err.vv
7 lines · 6 sloc · 55 bytes · a9bb6865fd12d7dfedaaee3c71d294dcce937536
Raw
1fn main() {
2 println('hello, world')
3}
4
5/*
6fn tt() {
7}
8