blob: d796e41c7121d3bf0e33d6fdd14755b2483f5dbc [file] [log] [blame]
foo (a, b, p)
int *p;
{
return 34 + *p;
}