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