vq / vlib / v / fmt / tests / enum_decl_with_comment_input.vv
5 lines · 5 sloc · 39 bytes
Raw
1enum ABC // enum ABC
2{
3 // aaa
4 aaa
5}
6