v/vlib/v/parser/tests/fn_attributes_duplicate_sin...

6 lines
53 B
V

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