Home
last modified time | relevance | path

Searched refs:int_func (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/shared/
Dtests.h54 int (*int_func)(void); member
68 … .has_ret = __builtin_types_compatible_p(typeof((union f){}.int_func), typeof(&(func))), \
102 int r2 = t->f.int_func(); in run_test_table()