rust/tests/target/issue-3779/lib.rs

9 lines
99 B
Rust

// rustfmt-config: issue-3779.toml
#[path = "ice.rs"]
mod ice;
fn foo() {
println!("abc");
}