//@ run-pass
#![allow(unused_imports)]
//@ compile-flags:--test
mod tests {
use super::*;
#[test]
pub fn test(){}
}