Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
issue-3541-2.rs
blob: 47563c93d0cc545ffdcedc236112971342f82549 [
file
]
#![
feature
(
no_core
)]
#![
no_core
]
trait
B
{
const
BAR
:
i32
;
}