Sign in
fuchsia
/
third_party
/
rust
/
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
/
.
/
tests
/
ui
/
modules
/
mod_dir_simple.rs
blob: edc76355f0cc9f62611a144eed3057f52093c89a [
file
] [
log
] [
blame
]
//@ run-pass
mod
mod_dir_simple
{
pub
mod
test
;
}
pub
fn
main
()
{
assert_eq
!(
mod_dir_simple
::
test
::
foo
(),
10
);
}