blob: 4ece90403e1f281de52409d2681c25d2d30add51 [file] [log] [blame]
#![feature(const_generics)]
pub struct S<const N: usize>;
impl S<{ 0 }> {}