v/vlib/v/parser/tests/fn_attributes_duplicate_mul...

7 lines
54 B
V

[inline]
[inline]
fn foo() {}
fn main() {
foo()
}