unplugged-vendor/external/libabigail/tests/data/test-read-dwarf/PR26261/PR26261-objb.h

10 lines
125 B
C
Raw Normal View History

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*);