Compiler projects using llvm
int bar() {
  return 0;
}

void other() {
  bar();
}