ec2027afcd102050db006f7a3614d70aacddc35b
[ghc-hetmet.git] / ghc / runtime / gmp / test-stddefh.c
1 #include <stddef.h>
2 main(){size_t foo=sizeof(size_t);exit(0);}