blob: 2c80e5bbd8414f5c28d3273c6f77555e888754d3 [file] [log] [blame]
//! 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() {}