v2 / vlib / v / tests / printing_c_structs / cstruct.h
4 lines · 3 sloc · 46 bytes · 7f93f9adb968b9487cc556f89d97036cbe288e51
Raw
1
2struct Abc {
3 char *char_pointer_field;
4};
5