blob: 4f5b7b1bff223eebda5b18a5474c560cf06ee8dd [file] [log] [blame] [edit]
#![feature(staged_api)]
#![feature(test)]
#![unstable(feature = "test", issue = "0")]
extern crate test;
pub use test::*;
pub fn custom_api() {
}