mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 00:58:36 -04:00
5 lines
109 B
C
5 lines
109 B
C
// RUN: %clang_cc1 %s -emit-llvm -o -
|
|
|
|
void foo(void *ptr, int test) {
|
|
(ptr - ((void *) test + 0x2000));
|
|
}
|