// PR c++/113835 // { dg-timeout-factor 0.05 } // { dg-do compile { target c++20_only } } #include const std::size_t N = 1'000'000; std::vector x(N); int main() {}