tests/vg_regtest: Always evaluate prerequisite expressions with sh
[valgrind.git] / memcheck / tests / wrap7so.c
blob35f3855ce8764a946eebb3b917a72ad3c6441897
2 #include <stdio.h>
3 #include <unistd.h>
4 /* The "original" function */
6 void actual ( void )
8 printf("in actual-so\n");