Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
test
/
run-pass
/
issues
/
auxiliary
/
issue-13620-1.rs
blob: 1442c0cc7aab3e95270824592ac6eef284526739 [
file
] [
log
] [
blame
]
pub
struct
Foo
{
pub
foo
:
extern
fn
()
}
extern
fn
the_foo
()
{}
pub
const
FOO
:
Foo
=
Foo
{
foo
:
the_foo
};