source: binutils/vendor/current/ld/testsuite/ld-x86-64/plt-main5.c@ 1968

Last change on this file since 1968 was 1968, checked in by Silvan Scherrer, 8 years ago

binutils: update vendor to version 2.27. some files are missing, due to a svn bug with @ in the name. But as it's only in the testsuite I don't care atm

File size: 166 bytes
Line 
1#include <stdio.h>
2
3extern void check_foo (void);
4extern void check_bar (void);
5
6int
7main (void)
8{
9 check_foo ();
10 check_bar ();
11
12 printf ("OK\n");
13
14 return 0;
15}
Note: See TracBrowser for help on using the repository browser.