linutil/rust/target/debug/build/eyre-24f87677abef33aa/out/probe.rs
2024-05-16 15:38:26 -05:00

8 lines
124 B
Rust

#![allow(dead_code)]
#[track_caller]
fn foo() {
let _location = std::panic::Location::caller();
}