blob: 74c0f1f9cef94c4a277ec388729c57bd77ec5505 [file] [log] [blame]
call (foo, a)
int (**foo) ();
{
(foo)[1] = call;
foo[a] (1);
}