v2 / vlib / v / gen / c / testdata / boehm_shared_startup.vv
3 lines · 3 sloc · 70 bytes · 693541c1820008e69eb726e865f47bf26cbe55d8
Raw
1// vtest vflags: -gc boehm -shared
2@[export: 'noop']
3pub fn noop() {}
4