blob: ae57387a6e1f5feb618d8281576008c897b3353f [file] [log] [blame]
// RUN: %clang_cc1 -emit-llvm -o - %s
int f0(void *a, void *b) {
return a - b;
}