//@ run-pass //@ revisions: default mir-opt //@[mir-opt] compile-flags: -Zmir-opt-level=4 #[track_caller] fn f() {} fn main() { f(); }