1*b50261e2SCy Schubert #include <sys/types.h> 2*b50261e2SCy Schubert 3*b50261e2SCy Schubert #define KB ((off_t)1024) 4*b50261e2SCy Schubert #define MB ((off_t)1024 * KB) 5*b50261e2SCy Schubert #define GB ((off_t)1024 * MB) 6*b50261e2SCy Schubert #define TB ((off_t)1024 * GB) 7*b50261e2SCy Schubert int t2[(((64 * GB -1) % 671088649) == 268434537) 8*b50261e2SCy Schubert && (((TB - (64 * GB -1) + 255) % 1792151290) == 305159546)? 1: -1]; 9*b50261e2SCy Schubert main()10*b50261e2SCy Schubertint main() 11*b50261e2SCy Schubert { 12*b50261e2SCy Schubert ; 13*b50261e2SCy Schubert return 0; 14*b50261e2SCy Schubert } 15