mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-30 14:01:51 +00:00
Add test
This commit is contained in:
parent
e69f14b14c
commit
54d83beb38
@ -0,0 +1,10 @@
|
||||
//! This test checks that we do not monomorphize functions that are only
|
||||
//! used to evaluate static items, but never used in runtime code.
|
||||
|
||||
//@compile-flags: --crate-type=lib -Copt-level=0
|
||||
|
||||
const fn foo() {}
|
||||
|
||||
pub static FOO: () = foo();
|
||||
|
||||
// CHECK: define{{.*}}foo{{.*}}
|
Loading…
Reference in New Issue
Block a user