8 lines
73 B
Rust
8 lines
73 B
Rust
// pretty-expanded FIXME #23616
|
|
|
|
#![feature(main)]
|
|
|
|
#[main]
|
|
fn foo() {
|
|
}
|