xxxxxxxxxx
import std.range, std.stdio;
void main(string[] args)
{
enum r = choose(0, [0], [1]);
pragma(msg, r);
}