inline int16x4x3_t vld3(const s16 * ptr) { return vld3_s16(ptr); }
void test_vld3s16 (void) { int16x4x3_t out_int16x4x3_t; out_int16x4x3_t = vld3_s16 (0); }