aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/950719-1.c
blob: d3277fada4ee8b0516752566daf2294605bb5750 (plain)
1
2
3
4
5
6
7
8
9
10
11
typedef struct
{
  int Header;
  char data[4092];
} t_node;

f (unsigned short rid, unsigned short record_length)
{
  t_node tnode;
  g (rid, tnode.data + rid * record_length);
}