We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eddf1ec commit d60e2ddCopy full SHA for d60e2dd
ices/52334.rs renamed to ices/52334.sh
@@ -1,3 +1,6 @@
1
+#!/bin/sh
2
+
3
+rustc -Z mir-opt-level=0 - << EOF
4
type Foo = extern "C" fn(::std::ffi::CStr);
5
extern "C" {
6
fn meh(blah: Foo);
@@ -6,3 +9,4 @@ extern "C" {
9
fn main() {
7
10
meh as usize;
8
11
}
12
+EOF
0 commit comments