v2 / vlib / v / fmt / tests / fn_headers_with_comments_keep.vv
5 lines · 3 sloc · 121 bytes · d80f5165dd65f7fa1a0caa53975b16618144752e
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