Searched refs:test51_s (Results 1 – 1 of 1) sorted by relevance
423 struct test51_s { __uint128_t intval; }; argument424 void test51(struct test51_s *s, __builtin_va_list argList) { in test51()425 *s = __builtin_va_arg(argList, struct test51_s); in test51()