1
2
3int bar[] = { 20, 21, 22, 23 };
4
5// needs something weak to join coalescing
6int __attribute__((weak)) junk = 5;
7