1 /* $NetBSD: CheckFileOffsetBits.c,v 1.1.1.1 2021/04/07 02:43:15 christos Exp $ */ 2 #include <sys/types.h> 3 4 #define KB ((off_t)1024) 5 #define MB ((off_t)1024 * KB) 6 #define GB ((off_t)1024 * MB) 7 #define TB ((off_t)1024 * GB) 8 int t2[(((64 * GB -1) % 671088649) == 268434537) 9 && (((TB - (64 * GB -1) + 255) % 1792151290) == 305159546)? 1: -1]; 10 main()11int main() 12 { 13 ; 14 return 0; 15 } 16