ref: 4e6fb511b31c7d113f56e968c952575cb0130df3 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; }