9 lines
100 B
Rust
Raw Normal View History

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