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