b-invalid-9.c   [plain text]


struct lkj {
int a;
};

struct lkj  /* ERROR: Used to return int, now returns a structure */
slurry (char blarg, int b, double c)
{

}