blob: ada150b25cf2c6830dd363123574151f75d4faaa [file] [log] [blame]
// run-pass
#[track_caller]
fn f() {}
fn main() {
f();
}