Nested Functions Nested functions.... void foo(int x) { int bar(int x) { return x + y; } } n2661 2021/02/13 Uecker, nested functions https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78352