Hi, $ cat test.d import std.conv; void main() { uint x = to!uint("1") % 0u; } $ rdmd test.d Floating point exception -- - Alex