v / cmd / tools / vdoc / testdata / unsorted / main.out
8 lines · 7 sloc · 157 bytes · 8eaaba6094456bb21833fddf20d22514e7dadcb2
Raw
1module main
2
3const omega = 3 // should be first
4const alpha = 5 // should be in the middle
5const beta = 2 // should be at the end
6fn abc()
7fn def()
8fn xyz()
9