]>
git.saurik.com Git - apple/objc4.git/blob - test/tbi.c
1 // TEST_CONFIG OS=iphoneos ARCH=arm64
6 #error wrong architecture for TBI hardware feature
9 volatile int x
= 123456;
12 testassert(*(int *)((unsigned long)&x
| 0xFF00000000000000ul
) == 123456);