mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
12 lines
227 B
Rust
12 lines
227 B
Rust
// Verifies that "kcfi" module flag is added.
|
|
//
|
|
// needs-sanitizer-kcfi
|
|
// compile-flags: -Ctarget-feature=-crt-static -Zsanitizer=kcfi
|
|
|
|
#![crate_type="lib"]
|
|
|
|
pub fn foo() {
|
|
}
|
|
|
|
// CHECK: !{{[0-9]+}} = !{i32 4, !"kcfi", i32 1}
|