test57

Undocumented in source.
immutable
auto test57 = q{--- test57 // test using bool variable for branching void use(bool){} void branch() { bool run = true; while (run) {} use(run); } };

Meta