4 lines
136 B
Rust

//! Exports a few trivial procedural macros for testing.
pub static PROC_MACRO_TEST_LOCATION: &str = env!("PROC_MACRO_TEST_LOCATION");