]> git.lizzy.rs Git - rust.git/blob - src/test/codegen/nounwind-extern.rs
Rollup merge of #56425 - scottmcm:redo-vec-set_len-docs, r=Centril
[rust.git] / src / test / codegen / nounwind-extern.rs
1 // compile-flags: -O
2
3 #![crate_type = "lib"]
4
5 // CHECK: Function Attrs: norecurse nounwind
6 pub extern fn foo() {}