Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
codegen
/
sanitizer
/
dataflow-instrument-functions.rs
blob: 69c3560882c1882846b6a077d2ed1878c777d57e [
file
] [
log
] [
blame
]
// Verifies that functions are instrumented.
//
//@ needs-sanitizer-dataflow
//@ compile-flags: -Copt-level=0 -Zsanitizer=dataflow
#![
crate_type
=
"lib"
]
pub
fn
foo
()
{
}
// CHECK: define{{.*}}foo{{.*}}.dfsan