summaryrefslogtreecommitdiff
path: root/test cases/rust/31 rust.workspace package/subprojects/hello-1.0/src/lib.rs
blob: 0631292f376ba47eb8beaa752c1aedcc063f9de2 (plain)
1
2
3
4
pub fn greet() -> &'static str
{
    "hello world"
}