blob: ed86fdf6b115f25945501f58dd09a4c6a28dfec2 [file] [log] [blame]
struct leaf {
unsigned int numbers[2];
};
void foo(struct leaf *n) { (void) n; }