ref: 41ed50efbfd832c5c4efd7615ac46c798d6ce76d 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; }