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