/* test to build and run so that we know if we have blksize_t */ #include int main () { blksize_t s = 0; s = s + s; return 104; }