Property definitions

gmp $ NativeMPZ :: neg
    fun neg(res: NativeMPZ) `{
        mpz_neg(res, self);
    `}
lib/gmp/native_gmp.nit:59,5--61,6