blob: 75081d27485b9cf721577bbbaf1abfc3d70ca219 [file] [log] [blame]
typedef long thing;
struct s {
long a;
long * b;
long c[7];
long (*d)(void);
thing e;
};
void f(struct s t) {
(void) t;
}