xref: /aosp_15_r20/external/bazelbuild-rules_rust/test/link_std_dylib/lib.rs (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
1 // Analysis test shouldn't need this file.
2 // This is a workaround until
3 // https://github.com/bazelbuild/rules_rust/issues/2499
4 // is fixed
example_test_dep_fn() -> u325 pub fn example_test_dep_fn() -> u32 {
6     1
7 }
8