mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
5 lines
163 B
Rust
5 lines
163 B
Rust
// Make sure we exit with non-0 status code when the program fails to build.
|
|
fn main() {
|
|
println("Hello, world!"); //~ ERROR: expected function, found macro
|
|
}
|