2018-08-30 07:18:55 -05:00
|
|
|
// run-pass
|
2019-05-07 14:34:46 -05:00
|
|
|
// ignore-wasm32-bare no target_family
|
|
|
|
// ignore-sgx
|
|
|
|
|
2015-03-22 15:13:15 -05:00
|
|
|
// pretty-expanded FIXME #23616
|
|
|
|
|
2012-06-06 23:57:49 -05:00
|
|
|
#[cfg(target_family = "windows")]
|
2013-02-01 21:43:17 -06:00
|
|
|
pub fn main() {
|
2012-06-06 23:57:49 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#[cfg(target_family = "unix")]
|
2013-02-01 21:43:17 -06:00
|
|
|
pub fn main() {
|
2013-02-14 13:47:00 -06:00
|
|
|
}
|