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