blob: d064c454600ac41affa90a2e59d2201e04eaf231 [file] [log] [blame] [edit]
pub static FOO: &str = "foo";
pub fn foo() {
println!("foo");
}