2023-08-24 14:32:12 -05:00
|
|
|
//@aux-build:../auxiliary/proc_macros.rs
|
|
|
|
//@no-rustfix
|
2023-03-24 08:04:35 -05:00
|
|
|
extern crate proc_macros;
|
2023-03-10 03:53:50 -06:00
|
|
|
|
2023-03-24 08:04:35 -05:00
|
|
|
use proc_macros::with_span;
|
2023-03-10 03:53:50 -06:00
|
|
|
|
|
|
|
fn main() {
|
|
|
|
println!(with_span!(""something ""));
|
|
|
|
}
|