aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-ctf/slice.c
blob: 7937bcf796e79a99d1e0d6ef0def6356bada149f (plain)
1
2
3
4
5
6
struct slices {
  int one : 1;
  int two : 2;
  int six : 6;
  int ten :10;
} slices;