blob: 2aa768d56987b4cb2901c8a5ce65f08ecadc9090 [file] [log] [blame]
// This crate's name conflicts with its dependent but this should work OK.
pub fn example_conflicting_symbol() -> String {
"[from second_crate]".to_owned()
}