extern const int foo[]; extern void baz(void *); void bar() { baz((void*)foo); }