2023-07-02 07:35:19 -05:00
|
|
|
//@aux-build:../auxiliary/proc_macros.rs:proc-macro
|
2023-03-10 03:53:50 -06:00
|
|
|
|
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 ""));
|
|
|
|
}
|