C++程序  |  8行  |  60 B

#include <stdio.h>

void
bar (void)
{
  printf ("bar\n");
}