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 |
|
---|
3 | extern void check_foo (void);
|
---|
4 | extern void check_bar (void);
|
---|
5 |
|
---|
6 | int
|
---|
7 | main (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.