9 lines
85 B
Rust
9 lines
85 B
Rust
// run-pass
|
|
// pretty-expanded FIXME #23616
|
|
|
|
#![feature(main)]
|
|
|
|
#[main]
|
|
fn foo() {
|
|
}
|