llvm-6502/test/CFrontend/2007-02-16-VoidPtrDiff.c

6 lines
110 B
C
Raw Normal View History

// RUN: %llvmgcc %s -S -o - -emit-llvm
void foo(void *ptr, int test) {
(ptr - ((void *) test + 0x2000));
}