blob: 0066490dfa37a02117518ebe98fc670746160ff8 [file] [log] [blame]
// check-pass
struct Generic<const V: usize>;
fn main() {
let _ = Generic::<0>;
}