Andrei Alexandrescu: > Destroy https://issues.dlang.org/show_bug.cgi?id=13291? I'd like a way to test nested functions: void foo() { int bar() { return 0; } unittest { assert(bar() == 1); } } void main() {} Bye, bearophile