Sign in
gnu
/
binutils-gdb
/
f8da1a05db64d8c5c700e07a008a1938858a7adf
/
.
/
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__
));