null.c revision e739ac0589b4fb43561f801c4faba8c1b89f8680
1// This test does no allocations, to make sure that case is handled ok (eg.
2// no div-by-zero errors).
3
4int main(void)
5{
6   return 0;
7}
8