v2 / vlib / v / gen / c / testdata / linker_section_nix.vv
7 lines · 6 sloc · 61 bytes · 6ca0976896d31148d3d88ca9c5a497dfdaf66110
Raw
1@[_linker_section: foo]
2fn test() {
3}
4
5fn main() {
6 test()
7}
8