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

10 lines
125 B
C
Raw Normal View History

2024-06-22 08:45:49 -04:00
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*);