aboutsummaryrefslogtreecommitdiff
path: root/proc-macro2/benches/bench-libproc-macro/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'proc-macro2/benches/bench-libproc-macro/main.rs')
-rw-r--r--proc-macro2/benches/bench-libproc-macro/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/proc-macro2/benches/bench-libproc-macro/main.rs b/proc-macro2/benches/bench-libproc-macro/main.rs
new file mode 100644
index 0000000..34eedf6
--- /dev/null
+++ b/proc-macro2/benches/bench-libproc-macro/main.rs
@@ -0,0 +1,3 @@
+bench_libproc_macro::bench!();
+
+fn main() {}