[project @ 1998-08-14 10:57:32 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);}