2024-02-01 15:16:30 -06:00
|
|
|
// Verifies that functions are instrumented.
|
|
|
|
//
|
|
|
|
//@ needs-sanitizer-dataflow
|
|
|
|
//@ compile-flags: -Copt-level=0 -Zsanitizer=dataflow
|
|
|
|
|
2024-05-28 23:11:20 -05:00
|
|
|
#![crate_type = "lib"]
|
2024-02-01 15:16:30 -06:00
|
|
|
|
2024-05-28 23:11:20 -05:00
|
|
|
pub fn foo() {}
|
2024-02-01 15:16:30 -06:00
|
|
|
// CHECK: define{{.*}}foo{{.*}}.dfsan
|