univ-archive-main.c   [plain text]


void foo();

int main ()
{
  int c = 10;
  foo ();
}