blob: f54021c68bb9afc60c4489082b33759a9c1ee584 [file] [log] [blame] [edit]

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