brintos

brintos / llvm-project-archived public Read only

0
0
Text · 109 B · c9f6714 Raw
6 lines · c
1// RUN: %clang_cc1 %s -emit-llvm -o -2 3void foo(void *ptr, int test) {4  (ptr - ((void *) test + 0x2000));5}6