[project @ 1996-07-19 18:36:04 by partain]
[ghc-hetmet.git] / ghc / runtime / gmp / test-stddefh.c
1 #include <stddef.h>
2 main(){size_t foo=sizeof(size_t);exit(0);}