vq / vlib / v / fmt / tests / fn_headers_with_comments_keep.vv
5 lines · 3 sloc · 121 bytes
Raw
1fn C.Mix_LoadMUS1(file byteptr) voidptr // Mix_Music
2
3fn C.Mix_LoadMUS2(file byteptr) voidptr // Mix_Music 2
4
5// Comment
6