blob: 7aaebf41e36ed38b5221c280fc190eacfadfff24 [file] [log] [blame] [edit]
// Checks that `-Z instrument-xray` produces expected instrumentation.
//
//@ needs-xray
//@ compile-flags: -Z instrument-xray=always -Copt-level=0
#![crate_type = "lib"]
// CHECK: attributes #{{.*}} "function-instrument"="xray-always"
pub fn function() {}