]> git.lizzy.rs Git - rust.git/blob - tests/ui/attributes/unix_sigpipe/unix_sigpipe-list.rs
Add regression test for #42114
[rust.git] / tests / ui / attributes / unix_sigpipe / unix_sigpipe-list.rs
1 #![feature(unix_sigpipe)]
2
3 #[unix_sigpipe(inherit)] //~ error: malformed `unix_sigpipe` attribute input
4 fn main() {}