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

10 lines
126 B
Rust
Raw Normal View History

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