v2 / vlib / v / gen / c / testdata / translated_module.c.must_have
3 lines · 3 sloc · 101 bytes · 99f141f741b643327a2628963d95998c862c7ed2
Raw
1i32 ExternalSymbol(char* _d1);
2i32 a = ExternalSymbol("hello");
3extern struct my_struct my_instance;
4