v2 / vlib / v / gen / c / testdata / platform_wrapper / file_default.c.v
5 lines · 4 sloc · 64 bytes · 1b9a8b996dafa08d698eda1da0e6459ee122bfe9
Raw
1module platform_wrapper
2
3pub fn abc() int {
4 return 987654321
5}
6