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