1.0.22.22: (SETF FIND-CLASSOID) to drop DEFTYPE lambda-lists and source-locations
[sbcl/tcr.git] / tools-for-build / os-provides-blksize-t-test.c
blob5c5a4795f9c8c602e9cbd354afd04b4eb5756178
1 /* test to build and run so that we know if we have blksize_t */
3 #include <sys/types.h>
5 int main ()
7 blksize_t s = 0;
8 s = s + s;
9 return 104;