ref: 7954fd897af0f78b514d09ed801cafafee4e8df5 dir: /tests/cc/execute/0191-ary_addr.c/
static const char *bla[] = { "a", "b" }; void fn(const void *v) { } int main(void) { fn(&bla); return 0; }