aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/20020309-1.c
blob: b74061764de595ce26dd703a0210dbd194c0bafb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
int
sub1 (char *p, int i)
{
  char j = p[i];

  {
    void
    sub2 ()
      {
	i = 2;
	p = p + 2;
      }
  }
}