#include int main() { constexpr size_t array_size{1000000000}; int stack[array_size]; std::cout << sizeof(stack); return 0; }