blob: 297fd81be7f97911d171127c5858d6728ee98b0e [file] [log] [blame]
struct lkj {
int a;
};
struct lkj /* ERROR: Used to return int, now returns a structure */
slurry (char blarg, int b, double c)
{
}