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