Julian Seward de99f0aaeb More function wrapping tests.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5568
2006-01-20 14:21:28 +00:00

11 lines
125 B
C

#include <stdio.h>
#include <unistd.h>
/* The "original" function */
void actual ( void )
{
printf("in actual-so\n");
}