1 #![allow(unused_imports)]
2 #![allow(deprecated)]
3 
4 // Generated in `build.rs`.
5 include!(concat!(env!("OUT_DIR"), "/semver.rs"));
6 
main()7 fn main() {
8     // The test is about the imports created in `semver.rs`.
9     println!("PASSED 1 tests");
10 }
11