summaryrefslogtreecommitdiff
path: root/tests/ptr_arith.c
blob: 1f0d0aa54e314c76b269e8f303d710676b2935a3 (plain)
1
2
3
4
int main(void) {
  int *x;
  x[5] = 1;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback