blob: a485962c45e4d3836f575214ef296921862f3102 [file] [log] [blame]
struct a_type;
typedef struct a_type a_type;
void
foo(a_type* a);
struct b_type;
void
bar(struct b_type* b);