Sign in
fuchsia
/
third_party
/
rust
/
b51a8ed2439e21f2980160bdf6af043e42d55434
/
.
/
tests
/
run-make
/
exit-code
/
compile-error.rs
blob: a96c197606cceb2fcf47e9fad4d930179942b6fc [
file
] [
log
] [
blame
]
fn
main
()
{
compile_error
!(
"kaboom"
);
}