blob: 380b04f445a16fbf9e96bec8caa7540265be4940 [file] [log] [blame]
// This test does no allocations, to make sure that case is handled ok (eg.
// no div-by-zero errors).
int main(void)
{
return 0;
}