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