]> git.lizzy.rs Git - rust.git/blob - tests/ui/attributes/unix_sigpipe/unix_sigpipe.rs
Add regression test for #42114
[rust.git] / tests / ui / attributes / unix_sigpipe / unix_sigpipe.rs
1 #![feature(unix_sigpipe)]
2
3 #[unix_sigpipe] //~ error: valid values for `#[unix_sigpipe = "..."]` are `inherit`, `sig_ign`, or `sig_dfl`
4 fn main() {}