Sign in
rust
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
ui
/
static
/
static_sized_requirement.rs
blob: 644a6969fa56a6269fa9c662f04ceb321b0e1176 [
file
] [
log
] [
blame
] [
edit
]
//@ add-minicore
//@ check-pass
#![
feature
(
no_core
)]
#![
no_core
]
#![
crate_type
=
"lib"
]
extern
crate minicore
;
use
minicore
::*;
extern
"C"
{
pub
static
A
:
u32
;
}