]> git.saurik.com Git - apple/xnu.git/blobdiff - tests/osptr_helper.cpp
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / tests / osptr_helper.cpp
diff --git a/tests/osptr_helper.cpp b/tests/osptr_helper.cpp
deleted file mode 100644 (file)
index 28eef3d..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-#include <stdint.h>
-
-extern "C" {
-uintptr_t
-pass_trivial(uintptr_t x)
-{
-       return x;
-}
-uintptr_t
-pass_complex(uintptr_t x)
-{
-       return x;
-}
-uintptr_t
-_Z14return_trivialm(uintptr_t x)
-{
-       return x;
-}
-uintptr_t
-_Z14return_complexm(uintptr_t x)
-{
-       return x;
-}
-}