Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit d60e2dd

Browse files
committed
Add -Z mir-opt-level=0 to 52334
1 parent eddf1ec commit d60e2dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ices/52334.rs renamed to ices/52334.sh

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/bin/sh
2+
3+
rustc -Z mir-opt-level=0 - << EOF
14
type Foo = extern "C" fn(::std::ffi::CStr);
25
extern "C" {
36
fn meh(blah: Foo);
@@ -6,3 +9,4 @@ extern "C" {
69
fn main() {
710
meh as usize;
811
}
12+
EOF

0 commit comments

Comments
 (0)