10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
replated to #310 As nested function does not exist in C, maybe we should check that is's global scope.
int hoge() { int foo() { return 2; } return foo(); }
int main() { return foo(); } gcc does not support this, but hooligan does.