blob: 15b12ecf36ff05eb942c53f85b43678a9ebe9ba9 [file] [log] [blame] [edit]
pub fn bar() {
println!("bar {}", foo::FOO);
foo::foo();
}