]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attr.rs
Rollup merge of #66045 - mzabaluev:unwrap-infallible, r=dtolnay
[rust.git] / src / test / ui / attr.rs
1 // run-pass
2 // pretty-expanded FIXME #23616
3
4 #![feature(main)]
5
6 #[main]
7 fn foo() {
8 }