#![feature(const_generics_defaults)] struct Foo; struct Bar; struct Lots< const N1BlahFooUwU: usize = { 10 + 28 + 1872 / 10 * 3 }, const N2SecondParamOhmyyy: usize = { N1BlahFooUwU / 2 + 10 * 2 }, >; struct NamesRHard; struct FooBar< const LessThan100ButClose: usize = { 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 }, >; struct FooBarrrrrrrr< const N: usize = { 13478234326456456444323871 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 }, >;