//@ known-bug: #131052 #![feature(adt_const_params)] struct ConstBytes; pub fn main() { let _: ConstBytes = ConstBytes::; }