test54

Undocumented in source.
immutable
auto test54 = q{--- test54 // Test bool literal branching void run() { while(true) { break; } while(false) { } while(true) { } if (true){} if (false){} } };

Meta