blob: 47563c93d0cc545ffdcedc236112971342f82549 [file]
#![feature(no_core)]
#![no_core]
trait B {
const BAR: i32;
}