blob: d948fecf2b4e9982753be79d504ed78a9b424ad6 [file] [log] [blame]
Haibo Huangb2279672019-05-31 16:12:39 -07001#include <sys/types.h>
2
3#define KB ((off_t)1024)
4#define MB ((off_t)1024 * KB)
5#define GB ((off_t)1024 * MB)
6#define TB ((off_t)1024 * GB)
7int t2[(((64 * GB -1) % 671088649) == 268434537)
8 && (((TB - (64 * GB -1) + 255) % 1792151290) == 305159546)? 1: -1];
9
10int main()
11{
12 ;
13 return 0;
14}