Sign in
gnu
/
binutils-gdb
/
9c26a640c760f8b51a810f72e7dc58dd1d467cf4
/
.
/
ld
/
testsuite
/
ld-ctf
/
nonrepresentable-member.c
blob: b3657af01e12694b5e396ac75ee9d65d9af96989 [
file
] [
log
] [
blame
]
struct
blah
{
int
boring
;
int
__attribute__
((
vector_size
(
8
)))
foo
;
const
int
__attribute__
((
vector_size
(
8
)))
bar
;
int
this_is_printed
;
}
wibble __attribute__
((
__used__
));