Blob Blame History Raw
void hello();

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