repo.or.cz
/
sbcl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove !begin-instruction-definitions.
[sbcl.git]
/
tools-for-build
/
os-provides-blksize-t-test.c
blob
5c5a4795f9c8c602e9cbd354afd04b4eb5756178
1
/* test to build and run so that we know if we have blksize_t */
2
3
#include <sys/types.h>
4
5
int
main
()
6
{
7
blksize_t s
=
0
;
8
s
=
s
+
s
;
9
return
104
;
10
}