summaryrefslogtreecommitdiffstats
path: root/src/test/ui/feature-gates/feature-gate-unix_sigpipe.rs
blob: 46dc3f6cc17a5743efebfba1f6623d7d9c8c52ad (plain)
1
2
3
4
#![crate_type = "bin"]

#[unix_sigpipe = "inherit"] //~ the `#[unix_sigpipe]` attribute is an experimental feature
fn main () {}