blob: ed56667dd75aac25827c64493cc559175e23e69f [file] [log] [blame]
foo (a, b, c)
{
bar (a, b);
{
int arr[10];
arr[c] = b;
bar (arr[0], arr[1]);
}
}