[project @ 1998-11-26 09:17:22 by sof]
[ghc-hetmet.git] / ghc / runtime / gmp / test-stddefh.c
1 #include <stddef.h>
2 main(){size_t foo=sizeof(size_t);exit(0);}