projects
/
external
/
binutils.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Automatic date update in version.in
[external/binutils.git]
/
gold
/
testsuite
/
script_test_15.c
1
int data[] = { 1, 2, 3, 4, 5, 6, 7, 8 };
2
3
int extra[] __attribute__ ((section(".data.extra"))) = { 1, 2, 3, 4 };
4
5
int zeroes[1024] = {0};
6
7
int main(void)
8
{
9
return 0;
10
}