c2hs-0.16.6: tests/bugs/issue-54/issue54.h
typedef struct {
int c;
double d;
} bar;
struct foo {
int a;
double b;
};
bar *get_bar(int n);
struct foo *get_foo(int n);
typedef struct {
int c;
double d;
} bar;
struct foo {
int a;
double b;
};
bar *get_bar(int n);
struct foo *get_foo(int n);