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