tests/vg_regtest: Always evaluate prerequisite expressions with sh
[valgrind.git] / memcheck / tests / nanoleak_supp.c
blob7f5b0ee80a4703a0e713222ef4d1a57a7d506bb5
2 #include <stdlib.h>
4 int main ( void )
6 volatile int* a = malloc(1000);
7 a[0] = 0;
8 return a[0];