blob: 2c108e5f6cac4c1dd58ad104a4571871fee201b2 [file] [log] [blame]
// RUN: %llvmgcc -xc %s -S -o - | grep -v div
int Diff(int *P, int *Q) { return P-Q; }