mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
that specified shared objects contain specified symbols. Along with a couple of regtests that unfortunately will fail on MacOSX. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11125
9 lines
172 B
C
9 lines
172 B
C
|
|
/* Doesn't do anything. The point of this is to test for the presence
|
|
of a couple of symbols in libc.so. See the .vgtest files. */
|
|
|
|
int main ( void )
|
|
{
|
|
return 0;
|
|
}
|