]> git.lizzy.rs Git - rust.git/blob - src/test/ui/attr.rs
Rollup merge of #82331 - frol:feat/std-binary-heap-as-slice, r=Amanieu
[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 }