v2 / vlib / v / parser / tests / fn_attributes_duplicate_multiple.vv
7 lines · 6 sloc · 57 bytes · 757929392e0e7a75fc1272116460981e589737d5
Raw
1@[inline]
2@[inline]
3fn foo() {}
4
5fn main() {
6 foo()
7}
8