android_mt6572_jiabo/external/valgrind/massif/tests/null.c
2025-09-05 16:56:03 +08:00

7 lines
136 B
C

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