v2 / vlib / v / fmt / tests / consts_after_linebreak_expected.vv
18 lines · 12 sloc · 146 bytes · aef3643ab892056ca6920a0ccfcb8fd300283d12
Raw
1import os
2
3const foo = 'foo'
4const bar = 1
5// ...
6const a = 1
7
8fn baz() {
9}
10
11const b = ''
12
13fn foobar() {
14}
15
16const c = '' // ...
17
18struct Struct {}
19