repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-x86-64
/
pass.c
blob
8fb892c6aaa35548a1cf3aacb165aa4f7240ba43
1
#include <stdio.h>
2
3
int
4
main
()
5
{
6
printf
(
"PASS
\n
"
);
7
return
0
;
8
}