ddd.c   [plain text]


int foo;
int bar;

main ()
{
  return foo + bar;
}