2023-07-27 08:23:04 -05:00
|
|
|
//@aux-build:../auxiliary/proc_macros.rs
|
2023-07-27 06:40:22 -05:00
|
|
|
//@no-rustfix
|
2023-03-07 08:40:55 -06:00
|
|
|
extern crate proc_macros;
|
2023-03-06 15:54:24 -06:00
|
|
|
|
2023-03-07 08:40:55 -06:00
|
|
|
use proc_macros::with_span;
|
2023-03-06 15:54:24 -06:00
|
|
|
|
|
|
|
fn main() {
|
|
|
|
println!(with_span!(""something ""));
|
|
|
|
}
|