Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
1d0fe8a19c8bb50f20556e63b99d2e5290c2e4e9
/
.
/
test
/
empty_suite
/
src
/
code.rs
blob: c23780d9291dd7a30e6fa60d3eb63a3ff671d1d4 [
file
] [
log
] [
blame
]
pub
fn
hello
()
{}
#[
cfg
(
test
)]
#[
test
]
fn
test_unit
()
{
hello
()
}