rust/benches/smoke_helper.rs

8 lines
107 B
Rust
Raw Normal View History

2016-05-30 06:40:20 -05:00
#![feature(custom_attribute)]
#![allow(unused_attributes)]
#[miri_run]
#[inline(never)]
pub fn main() {
}