summaryrefslogtreecommitdiff
path: root/tests/unsized_extern_array.c
blob: 112a590ee7837e6bfdafc91221e9854dcc7a8f9e (plain)
1
2
3
4
extern const unsigned int arr[];
int lookup_arr(int i) {
  return arr[i];
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback