• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 
main(void)5 int main ( void )
6 {
7   return 0;
8 }
9