Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
stability-attribute
/
ctor-stability.rs
blob: db6df9a79d87beda6ba28e49696b38b0867265f2 [
file
] [
log
] [
blame
] [
edit
]
//@ aux-build:ctor-stability.rs
//@ check-pass
extern
crate ctor_stability
;
fn
main
()
{
let
_
=
ctor_stability
::
Foo
::
A
;
}