]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/valgrind/src/valgrind-3.6.0-svn/massif/tests/null.c
Inital import
[l4.git] / l4 / pkg / valgrind / src / valgrind-3.6.0-svn / massif / tests / null.c
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 }