v2 / vlib / v / fmt / tests / struct_decl_with_comments_input.vv
4 lines · 4 sloc · 90 bytes · a8e0ced3449a4c282de61f7213aff73d8d45a041
Raw
1struct ABC //size: 0x1=1 (source) (123 45 67) 20B
2{
3 ff[0x20] u8
4}
5