about summary refs log tree commit diff
path: root/tests/coverage/bench.coverage
blob: aed780a959cf5646712c04e9cf00b7177a9e2664 (plain)
1
2
3
4
5
6
7
8
9
   LL|       |#![feature(test)]
   LL|       |//@ edition: 2021
   LL|       |//@ compile-flags: --test
   LL|       |
   LL|       |extern crate test;
   LL|       |
   LL|       |#[bench]
   LL|      1|fn my_bench(_b: &mut test::Bencher) {}