INT_MIN

extern (C) @trusted nothrow @nogc
enum INT_MIN = int.min;

Meta