Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGen / 2008-08-04-void-pointer-arithmetic.c
blobae57387a6e1f5feb618d8281576008c897b3353f
1 // RUN: %clang_cc1 -emit-llvm -o - %s
3 int f0(void *a, void *b) {
4 return a - b;