aarch64: Implement popcountti2 pattern [PR113042]
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / arr.c
blobaf65395ccf1d4955eb71d4407a10ff5e41c3db9c
1 /* { dg-additional-options "-std=gnu89" } */
3 foo (a, b, c)
5 bar (a, b);
7 int arr[10];
8 arr[c] = b;
9 bar (arr[0], arr[1]);