Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
macros
/
issue-69838-mods-relative-to-included-path.rs
blob: 2a4e97f0ef5f18c084e55e69468bd4cb845025bd [
file
] [
log
] [
blame
]
// check-pass
include
!(
"issue-69838-dir/included.rs"
);
fn
main
()
{
bar
::
i_am_in_bar
();
}