Raw File
bar.cxx
void foo();
int main()
{
  foo();
  return 0;
}
back to top