6c095b8
void hello();
6c095b8
6c095b8
int main(int argc, char **argv) {
6c095b8
  hello();
6c095b8
  return 0;
6c095b8
}