]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/valgrind/src/valgrind-3.6.0-svn/none/tests/require-text-symbol.c
update
[l4.git] / l4 / pkg / valgrind / src / valgrind-3.6.0-svn / none / tests / require-text-symbol.c
1
2 /* Doesn't do anything.  The point of this is to test for the presence
3    of a couple of symbols in libc.so.  See the .vgtest files. */
4
5 int main ( void )
6 {
7   return 0;
8 }
9
10 /* Doesn't do anything.  The point of this is to test for the presence
11    of a couple of symbols in libc.so.  See the .vgtest files. */
12
13 int main ( void )
14 {
15   return 0;
16 }