source: vendor/glibc-tests/2005-06-14/elf/tst-tlsmod15a.c

Last change on this file was 2036, checked in by bird, 20 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 88 bytes
Line 
1extern int nonexistent_dummy_var;
2int *
3foo (void)
4{
5 return &nonexistent_dummy_var;
6}
Note: See TracBrowser for help on using the repository browser.