]> git.proxmox.com Git - rustc.git/blob - tests/ui/attributes/unix_sigpipe/unix_sigpipe.rs
New upstream version 1.68.2+dfsg1
[rustc.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() {}