Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-66308.rs
blob: 41f81323e6fbf2f694c374302e3caf2bca0662d9 [
file
] [
log
] [
blame
] [
edit
]
//@ build-pass
//@ compile-flags: --crate-type lib -C opt-level=0
// Regression test for LLVM crash affecting Emscripten targets
pub
fn
foo
()
{
(
0.
.
0
).
rev
().
next
();
}