blob: ff62d84925f2be110481038ef91511a185d28788 [file] [log] [blame]
// run-pass
#![feature(test)]
// compile-flags: --test
extern crate test;
#[bench]
pub fn bench_explicit_return_type(_: &mut ::test::Bencher) -> () {}
#[test]
pub fn test_explicit_return_type() -> () {}