rustc/tests/run-make/emit-stack-sizes/foo.rs
2024-06-04 21:09:03 +02:00

5 lines
57 B
Rust

#![crate_type = "lib"]
#[inline(never)]
pub fn foo() {}