conjl
long double complex conjl(long double complex);
LDBL_PROTO_STD_DEPRECATED(conjl);
static long double complex (*libconjl)(long double complex) = conjl;
test_p(func, conjl(z), conjl(result), exceptmask, excepts, checksign); \
test_p_tol(func, conjl(z), conjl(result), tol); \
test_p(func, conjl(z), conjl(result), exceptmask, excepts, checksign); \
test_p_tol(func, conjl(z), conjl(result), tol); \