summaryrefslogtreecommitdiff
path: root/massif/tests/null.c
blob: 380b04f445a16fbf9e96bec8caa7540265be4940 (plain)
1
2
3
4
5
6
7
// This test does no allocations, to make sure that case is handled ok (eg.
// no div-by-zero errors).

int main(void)
{
   return 0;
}