summaryrefslogtreecommitdiff
path: root/src/tools/miri/tests/pass/sysroot.rs
blob: 2c80e5bbd8414f5c28d3273c6f77555e888754d3 (plain)
1
2
3
4
5
6
7
8
9
//! 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() {}