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