[project @ 1996-01-08 20:28:12 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);}