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