1 2 3 4 5 6 7 8 9
#![feature(main)] #[main] fn bar() { } #[main] fn foo() { //~ ERROR multiple functions with a `#[main]` attribute }