rustc/tests/run-make/pretty-print-to-file/input.rs
2024-07-31 08:40:13 +02:00

6 lines
54 B
Rust

#[crate_type = "lib"]
pub fn foo() -> i32 {
45
}