// check-pass #![feature(const_generics)] #![allow(incomplete_features)] const LEN: usize = 1024; fn hoge() {} fn main() {}