What the title says: __traits(isSame, int, int) is false. It is false for any built-in types, not just int. It really should be true if isSame is to be useful in generic code.
pull : https://github.com/dlang/dmd/pull/9356