summaryrefslogtreecommitdiffstats
path: root/src/test/ui/cfg/cfg-family.rs
blob: c7d196a2aa6eba992610f4ea1319b68450f37a99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// build-pass
// pretty-expanded FIXME #23616
// ignore-wasm32-bare no bare family
// ignore-sgx

#[cfg(windows)]
pub fn main() {
}

#[cfg(unix)]
pub fn main() {
}