aboutsummaryrefslogtreecommitdiffstats
path: root/test/gourdinl/builtin_memcpy.c
blob: 421f543cdc0a564442b36c780b852096d1ece449 (plain)
1
2
3
4
5
6
7
8
9
struct a b;
struct a {
  short;
  int;
  short;
} c() {
  struct a d[2][16];
  b = d[1][7];
}