aboutsummaryrefslogtreecommitdiff
path: root/test/subtract-pointer.c
blob: 1de9dde40e3f8d26cd07536b51f516173839f80d (plain)
1
2
3
void f(int *x, int *y) {
	x - y;
}