blob: 3fb220032e048189ef4801e426fe2129cddc443d [file] [log] [blame]
typedef struct foo {
int a;
char b;
struct foo *c;
} foo_s;
typedef struct foo *foo_p;
extern foo_p foop;