blob: 15b827cf77156049d7027c60581ed6a8076754cb [file] [log] [blame]
sewardjf9ebc392010-05-09 22:30:43 +00001
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}