android13/external/libabigail/tests/data/test-read-common/PR26261/PR26261-objb.h

10 lines
125 B
C

typedef void (*fn_ptr_type_b_t)(int, int, char);
struct SB
{
int m1;
fn_ptr_type_b_t m2;
};
void fun_objb(struct SB*);