]> Git Repo - binutils.git/blob - ld/testsuite/ld-ctf/nonrepresentable-member.c
Automatic date update in version.in
[binutils.git] / ld / testsuite / ld-ctf / nonrepresentable-member.c
1 struct blah
2 {
3   int boring;
4   int __attribute__((vector_size(8))) foo;
5   const int __attribute__((vector_size(8))) bar;
6   int this_is_printed;
7 } wibble __attribute__((__used__));
This page took 0.028731 seconds and 4 git commands to generate.