aboutsummaryrefslogtreecommitdiff
path: root/test/link_std_dylib/lib.rs
blob: 734312b8b3c35a43c7fc288661cfef6fa011409e (plain)
1
2
3
4
5
6
7
// Analysis test shouldn't need this file.
// This is a workaround until
// https://github.com/bazelbuild/rules_rust/issues/2499
// is fixed
pub fn example_test_dep_fn() -> u32 {
    1
}