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