blob: ae0353b1514070dd0f2799d5836431c3ceadc20b [file] [log] [blame]
#define MAX 1
struct foo {
int bar[MAX];
};
void baz(const struct foo* z) { (void) z; }