Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
ea60dc5a4e419fc912084a2decf377da3f0533ff
/
.
/
test
/
unit
/
pipelined_compilation
/
second.rs
blob: b42e0b47a849c6f3413702dd7e740957e02b0d8b [
file
] [
log
] [
blame
]
use
first
::
first_fun
;
use
my_macro
::
noop
;
#[
noop
]
pub
fn
fun
()
{
println
!(
"{}"
,
first_fun
())
}