rust/src/test/ui/attr-main.rs

9 lines
85 B
Rust

// run-pass
// pretty-expanded FIXME #23616
#![feature(main)]
#[main]
fn foo() {
}