rust/tests/ui/macros/issue-69838-mods-relative-to-included-path.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
95 B
Rust
Raw Normal View History

// check-pass
include!("issue-69838-dir/included.rs");
fn main() {
bar::i_am_in_bar();
}