Alex Crichton | 8e5f0cd | 2015-09-09 22:46:19 -0700 | [diff] [blame] | 1 | extern crate libc; |
2 | extern crate libc_test; | ||||
3 | |||||
Alex Crichton | 1608306 | 2015-09-09 22:59:24 -0700 | [diff] [blame^] | 4 | use std::mem; |
5 | |||||
Alex Crichton | 8e5f0cd | 2015-09-09 22:46:19 -0700 | [diff] [blame] | 6 | #[cfg(test)] |
7 | include!(concat!(env!("OUT_DIR"), "/all.rs")); |