aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2005-01-02-PointerDifference.c
blob: 2c108e5f6cac4c1dd58ad104a4571871fee201b2 (plain)
1
2
3
// RUN: %llvmgcc -xc %s -S -o - | grep -v div

int Diff(int *P, int *Q) { return P-Q; }