blob: db39e7fa9efae853d63578cab3ef9372bbbbe6d4 [file] [log] [blame]
int func1 = 10;
int
func2 (int i)
{
func1++;
return i + func1;
}