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