1
3
fn main() {
2
3
    system_deps::Config::new().probe().unwrap();
3
3
}