blob: 786253dccb3919ce5ffe855cfda993b7f49de024 [file] [log] [blame]
struct lkj {
int a;
};
int
slurry (struct lkj *a, int b, double c) /* ERROR: arg #1 was char, now ptr to struct */
{
}