require-text-symbol.c revision e739ac0589b4fb43561f801c4faba8c1b89f8680
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
5int main ( void )
6{
7  return 0;
8}
9