We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bf71b3 + 110871a commit 8ad83afCopy full SHA for 8ad83af
src/llvm-project
src/test/ui/issues/issue-66308.rs
@@ -0,0 +1,8 @@
1
+// build-pass
2
+// compile-flags: --crate-type lib -C opt-level=0
3
+
4
+// Regression test for LLVM crash affecting Emscripten targets
5
6
+pub fn foo() {
7
+ (0..0).rev().next();
8
+}
0 commit comments