Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
auxiliary
/
issue-13620-1.rs
blob: a77aa5a71553ae6cc83e51d4cdf1e15dc27a0f53 [
file
] [
log
] [
blame
] [
edit
]
pub
struct
Foo
{
pub
foo
:
extern
"C"
fn
()
}
extern
"C"
fn
the_foo
()
{}
pub
const
FOO
:
Foo
=
Foo
{
foo
:
the_foo
};