v2 / vlib / v / fmt / testdata / vmodules / cmod / cmod.c.v
6 lines · 4 sloc · 94 bytes · 6fdc6a812c87aa387585f605b29a83dac2f10cad
Raw
1module cmod
2
3@[typedef]
4pub struct C.cmod_struct {}
5
6pub type C.cmod_struct_t = C.cmod_struct
7