Sign in
android
/
toolchain
/
rustc
/
2f3fdfeb95384b9046ea35b3532e23c652eca660
/
.
/
src
/
tools
/
miri
/
tests
/
compile-fail
/
rustc-error.rs
blob: 3579a143f53b7e19ee109b39573db0aadc75669d [
file
] [
log
] [
blame
]
// 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
}