Compiler Explorer - C++
struct S { char c[3000]; }; static S s; S foo() { return s; }