Property definitions

gmp $ NativeMPQ :: neg
    fun neg(res: NativeMPQ) `{
        mpq_neg(res, self);
    `}
lib/gmp/native_gmp.nit:177,5--179,6