blob: b74061764de595ce26dd703a0210dbd194c0bafb [file] [log] [blame]
int
sub1 (char *p, int i)
{
char j = p[i];
{
void
sub2 ()
{
i = 2;
p = p + 2;
}
}
}