1
2
3int __attribute__((weak)) A[] = { 5, 6, 7, 8 };
4
5int* getA() { return A; }
6