//! Just check that some things are available in the sysroot. #![feature(test)] #![allow(unused)] extern crate proc_macro; extern crate std; extern crate test; fn main() {}