fork download
  1. void main() {
  2. uint max = cast(uint) double.max;
  3. foreach(i; 0..max)
  4. assert(i == cast(double)i);
  5. }
Success #stdin #stdout 0s 2036KB
stdin
Standard input is empty
stdout
Standard output is empty