summaryrefslogtreecommitdiffstats
path: root/tests/codegen-units/item-collection/unreferenced-const-fn.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen-units/item-collection/unreferenced-const-fn.rs')
-rw-r--r--tests/codegen-units/item-collection/unreferenced-const-fn.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/codegen-units/item-collection/unreferenced-const-fn.rs b/tests/codegen-units/item-collection/unreferenced-const-fn.rs
index 17b92eae0..5f59d8015 100644
--- a/tests/codegen-units/item-collection/unreferenced-const-fn.rs
+++ b/tests/codegen-units/item-collection/unreferenced-const-fn.rs
@@ -4,6 +4,7 @@
#![crate_type = "rlib"]
//~ MONO_ITEM fn foo @@ unreferenced_const_fn-cgu.0[External]
+#[inline(never)]
pub const fn foo(x: u32) -> u32 {
x + 0xf00
}