rust/tests/run-make/rustdoc-scrape-examples-whitespace/examples/ex.rs
2023-01-11 09:32:08 +00:00

9 lines
83 B
Rust

struct Foo;
impl Foo {
fn bar() { foobar::ok(); }
}
fn main() {
Foo::bar();
}