repo.or.cz
/
binutils
/
dougsmingw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gas:
[binutils/dougsmingw.git]
/
ld
/
testsuite
/
ld-elfcomm
/
common1b.c
blob
a375c90247104ace6d20dc9b2a41ad5f76da6547
1
static
2
#if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 3)
3
__attribute__
((
__used__
))
4
#endif
/* __GNUC__ */
5
char
dummy1
=
'X'
;
6
char
foo1
[] =
"Aligned at odd byte."
;
7
char
foo2
[
4
];