issue4339.h 153 B

123456789
  1. typedef struct Issue4339 Issue4339;
  2. struct Issue4339 {
  3. char *name;
  4. void (*bar)(void);
  5. };
  6. extern Issue4339 exported4339;
  7. void handle4339(Issue4339*);