Sign in
fuchsia
/
third_party
/
binutils-gdb
/
refs/heads/upstream/gdb-16-branch
/
.
/
ld
/
testsuite
/
ld-ctf
/
nonrepresentable-member.c
blob: b3657af01e12694b5e396ac75ee9d65d9af96989 [
file
] [
log
] [
blame
] [
edit
]
struct
blah
{
int
boring
;
int
__attribute__
((
vector_size
(
8
)))
foo
;
const
int
__attribute__
((
vector_size
(
8
)))
bar
;
int
this_is_printed
;
}
wibble __attribute__
((
__used__
));