• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #[cfg(test)]
foo() -> &'static str2 pub fn foo() -> &'static str {
3     "foo"
4 }