struct Foo; fn baz(x: i32) { // A function } fn main() { let foo = Foo; foo.bar(); }