v2 / vlib / v / tests / c_function / some_module / some_module.v
5 lines · 4 sloc · 57 bytes · d5ce91a5eb9751528b54c0bae6690041d30d5f21
Raw
1module some_module
2
3pub enum Flag_bits2 {
4 dsntmatter2
5}
6