about summary refs log tree commit diff
path: root/src/test/codegen/nounwind-extern.rs
blob: 54d6a8d2794ba368b4ecfb27595c12a515a57a15 (plain)
1
2
3
4
5
6
// compile-flags: -O

#![crate_type = "lib"]

// CHECK: Function Attrs: norecurse nounwind
pub extern fn foo() {}