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