Sign in
android
/
toolchain
/
rustc
/
635618df8991b8a005e435895ea0b1eee7e3faf0
/
.
/
tests
/
ui
/
imports
/
issue-26873-multifile
/
issue-26873-multifile.rs
blob: d369f1e71d06f295df3869f726ec3b92340cd865 [
file
] [
log
] [
blame
]
// run-pass
#![
allow
(
dead_code
)]
#![
allow
(
unused_imports
)]
#![
allow
(
non_snake_case
)]
#[
path
=
"issue-26873-multifile/mod.rs"
]
mod
multifile
;
fn
main
()
{}